Color Hex Logo

#ddd3af Color Hex

#DDD3AF
(221,211,175)
0 Favorites   0 Comments

Color spaces of #ddd3af

RGB 221211175
HSL0.130.400.78
HSV47°21°87°
CMYK 0.000.050.21   0.13
XYZ60.850965.055849.9073
Yxy65.05580.34610.3700
Hunter Lab80.6572-6.482719.7738
CIE-Lab84.5125-2.307419.0925

#ddd3af color RGB value is (221,211,175).

#ddd3af hex color red value is 221, green value is 211 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ddd3af hue: 0.13 , saturation: 0.40 and the lightness value of ddd3af is 0.78.

The process color (four color CMYK) of #ddd3af color hex is 0.00, 0.05, 0.21, 0.13. Web safe color of #ddd3af is #cccc99. Color #ddd3af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 10101111
Octal 335 323 257
Decimal 221 211 175
Hex DD D3 AF

RGB Percentages of Color #ddd3af

%36.41
%34.76
%28.83

CMYK Percentages of Color #ddd3af

%0
%5
%21
%13

Triadic Colors of #ddd3af

#ddd3af #afddd3 #d3afdd

Analogous Colors of #ddd3af

#ddd3af #d0ddaf #ddbcaf

Monochromatic Colors of #ddd3af

#ddd3af

Complementary Color

#ddd3af #afb9dd

#ddd3af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd3af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd3af Color CSS Codes

.mybgcolor {background-color:#ddd3af; } 
.myforecolor {color:#ddd3af; }
.mybordercolor {border:3px solid #ddd3af; }

#ddd3af Text Font Color

<p style="color:#ddd3af">Text here</p>

This sample text font color is #ddd3af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddd3af Background Color

<div style="background-color:#ddd3af">
Div content here</div>

This div background color is #ddd3af


#ddd3af Border Color

<div style="border:3px solid #ddd3af">
Div here</div>

This div border color is #ddd3af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,211,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddd3af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddd3af;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd3af;
  box-shadow:         1px 1px 3px 2px #ddd3af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,211,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddd3af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd3af;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd3af;
  box-shadow:         1px 1px 3px 2px #ddd3af;">
Div content here</div>

This div box has shadow with color #ddd3af


Comments

No comments written yet.

Please login to write comment.