Color Hex Logo

#ddd8ca Color Hex

#DDD8CA
(221,216,202)
0 Favorites   0 Comments

Color spaces of #ddd8ca

RGB 221216202
HSL0.120.220.83
HSV44°87°
CMYK 0.000.020.09   0.13
XYZ65.035368.748265.7191
Yxy68.74820.32600.3446
Hunter Lab82.9145-5.091211.0462
CIE-Lab86.3792-0.69407.4949

#ddd8ca color RGB value is (221,216,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 11001010
Octal 335 330 312
Decimal 221 216 202
Hex DD D8 CA

RGB Percentages of Color #ddd8ca

%34.59
%33.80
%31.61

CMYK Percentages of Color #ddd8ca

%0
%2
%9
%13

Triadic Colors of #ddd8ca

#ddd8ca #caddd8 #d8cadd

Analogous Colors of #ddd8ca

#ddd8ca #d9ddca #ddcfca

Monochromatic Colors of #ddd8ca

#ddd8ca

Complementary Color

#ddd8ca #cacfdd

#ddd8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd8ca Color CSS Codes

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

#ddd8ca Text Font Color

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

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


#ddd8ca Background Color

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

This div background color is #ddd8ca


#ddd8ca Border Color

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

This div border color is #ddd8ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,216,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 #ddd8ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd8ca


Comments

No comments written yet.

Please login to write comment.