Color Hex Logo

#ded1dd Color Hex

#DED1DD
(222,209,221)
0 Favorites   0 Comments

Color spaces of #ded1dd

RGB 222209221
HSL0.850.160.85
HSV305°87°
CMYK 0.000.060.00   0.13
XYZ65.975866.351077.7363
Yxy66.35100.31410.3159
Hunter Lab81.45612.02880.4369
CIE-Lab85.17516.6097-4.3122

#ded1dd color RGB value is (222,209,221).

#ded1dd hex color red value is 222, green value is 209 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ded1dd hue: 0.85 , saturation: 0.16 and the lightness value of ded1dd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 11011101
Octal 336 321 335
Decimal 222 209 221
Hex DE D1 DD

RGB Percentages of Color #ded1dd

%34.05
%32.06
%33.90

CMYK Percentages of Color #ded1dd

%0
%6
%0
%13

Triadic Colors of #ded1dd

#ded1dd #ddded1 #d1ddde

Analogous Colors of #ded1dd

#ded1dd #ded1d7 #d9d1de

Monochromatic Colors of #ded1dd

#ded1dd

Complementary Color

#ded1dd #d1ded2

#ded1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded1dd Color CSS Codes

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

#ded1dd Text Font Color

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

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


#ded1dd Background Color

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

This div background color is #ded1dd


#ded1dd Border Color

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

This div border color is #ded1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded1dd


Comments

No comments written yet.

Please login to write comment.