Color Hex Logo

#d1ddc1 Color Hex

#D1DDC1
(209,221,193)
0 Favorites   0 Comments

Color spaces of #d1ddc1

RGB 209221193
HSL0.240.290.81
HSV86°13°87°
CMYK 0.050.000.13   0.13
XYZ61.776669.118560.5373
Yxy69.11850.32270.3611
Hunter Lab83.1375-12.853615.0238
CIE-Lab86.5627-8.970312.3758

#d1ddc1 color RGB value is (209,221,193).

#d1ddc1 hex color red value is 209, green value is 221 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d1ddc1 hue: 0.24 , saturation: 0.29 and the lightness value of d1ddc1 is 0.81.

The process color (four color CMYK) of #d1ddc1 color hex is 0.05, 0.00, 0.13, 0.13. Web safe color of #d1ddc1 is #cccccc. Color #d1ddc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011101 11000001
Octal 321 335 301
Decimal 209 221 193
Hex D1 DD C1

RGB Percentages of Color #d1ddc1

%33.55
%35.47
%30.98

CMYK Percentages of Color #d1ddc1

%5
%0
%13
%13

Triadic Colors of #d1ddc1

#d1ddc1 #c1d1dd #ddc1d1

Analogous Colors of #d1ddc1

#d1ddc1 #c3ddc1 #dddbc1

Monochromatic Colors of #d1ddc1

#d1ddc1

Complementary Color

#d1ddc1 #cdc1dd

#d1ddc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ddc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ddc1 Color CSS Codes

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

#d1ddc1 Text Font Color

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

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


#d1ddc1 Background Color

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

This div background color is #d1ddc1


#d1ddc1 Border Color

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

This div border color is #d1ddc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ddc1

#d1ddc1 Color Palettes


Comments

No comments written yet.

Please login to write comment.