Color Hex Logo

#ddd9ca Color Hex

#DDD9CA
(221,217,202)
1 Favorites   0 Comments

Color spaces of #ddd9ca

RGB 221217202
HSL0.130.220.83
HSV47°87°
CMYK 0.000.020.09   0.13
XYZ65.292369.262165.8048
Yxy69.26210.32590.3457
Hunter Lab83.2239-5.601711.3763
CIE-Lab86.6337-1.21127.8602

#ddd9ca color RGB value is (221,217,202).

#ddd9ca hex color red value is 221, green value is 217 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ddd9ca hue: 0.13 , saturation: 0.22 and the lightness value of ddd9ca is 0.83.

The process color (four color CMYK) of #ddd9ca color hex is 0.00, 0.02, 0.09, 0.13. Web safe color of #ddd9ca is #cccccc. Color #ddd9ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 11001010
Octal 335 331 312
Decimal 221 217 202
Hex DD D9 CA

RGB Percentages of Color #ddd9ca

%34.53
%33.91
%31.56

CMYK Percentages of Color #ddd9ca

%0
%2
%9
%13

Triadic Colors of #ddd9ca

#ddd9ca #caddd9 #d9cadd

Analogous Colors of #ddd9ca

#ddd9ca #d8ddca #ddd0ca

Monochromatic Colors of #ddd9ca

#ddd9ca

Complementary Color

#ddd9ca #cacedd

#ddd9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd9ca Color CSS Codes

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

#ddd9ca Text Font Color

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

This sample text font color is #ddd9ca
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.


#ddd9ca Background Color

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

This div background color is #ddd9ca


#ddd9ca Border Color

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

This div border color is #ddd9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd9ca


Comments

No comments written yet.

Please login to write comment.