Color Hex Logo

#ded6dd Color Hex

#DED6DD
(222,214,221)
2 Favorites   0 Comments

Color spaces of #ded6dd

RGB 222214221
HSL0.850.110.85
HSV308°87°
CMYK 0.000.040.00   0.13
XYZ67.221968.843278.1517
Yxy68.84320.31380.3214
Hunter Lab82.9718-0.58392.2346
CIE-Lab86.42633.9864-2.4728

#ded6dd color RGB value is (222,214,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010110 11011101
Octal 336 326 335
Decimal 222 214 221
Hex DE D6 DD

RGB Percentages of Color #ded6dd

%33.79
%32.57
%33.64

CMYK Percentages of Color #ded6dd

%0
%4
%0
%13

Triadic Colors of #ded6dd

#ded6dd #ddded6 #d6ddde

Analogous Colors of #ded6dd

#ded6dd #ded6d9 #dbd6de

Monochromatic Colors of #ded6dd

#ded6dd

Complementary Color

#ded6dd #d6ded7

#ded6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded6dd Color CSS Codes

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

#ded6dd Text Font Color

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

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


#ded6dd Background Color

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

This div background color is #ded6dd


#ded6dd Border Color

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

This div border color is #ded6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded6dd

#ded6dd Color Palettes


Comments

No comments written yet.

Please login to write comment.