Color Hex Logo

#ddd8c2 Color Hex

#DDD8C2
(221,216,194)
0 Favorites   0 Comments

Color spaces of #ddd8c2

RGB 221216194
HSL0.140.280.81
HSV49°12°87°
CMYK 0.000.020.12   0.13
XYZ64.112368.378960.8583
Yxy68.37890.33160.3537
Hunter Lab82.6915-6.315814.2485
CIE-Lab86.1956-1.996711.4526

#ddd8c2 color RGB value is (221,216,194).

#ddd8c2 hex color red value is 221, green value is 216 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ddd8c2 hue: 0.14 , saturation: 0.28 and the lightness value of ddd8c2 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 11000010
Octal 335 330 302
Decimal 221 216 194
Hex DD D8 C2

RGB Percentages of Color #ddd8c2

%35.02
%34.23
%30.74

CMYK Percentages of Color #ddd8c2

%0
%2
%12
%13

Triadic Colors of #ddd8c2

#ddd8c2 #c2ddd8 #d8c2dd

Analogous Colors of #ddd8c2

#ddd8c2 #d5ddc2 #ddcbc2

Monochromatic Colors of #ddd8c2

#ddd8c2

Complementary Color

#ddd8c2 #c2c7dd

#ddd8c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd8c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd8c2 Color CSS Codes

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

#ddd8c2 Text Font Color

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

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


#ddd8c2 Background Color

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

This div background color is #ddd8c2


#ddd8c2 Border Color

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

This div border color is #ddd8c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd8c2


Comments

No comments written yet.

Please login to write comment.