Color Hex Logo

#ded2ee Color Hex

#DED2EE
(222,210,238)
0 Favorites   0 Comments

Color spaces of #ded2ee

RGB 222210238
HSL0.740.450.88
HSV266°12°93°
CMYK 0.070.120.00   0.07
XYZ68.603467.795890.3590
Yxy67.79580.30250.2990
Hunter Lab82.33824.6326-7.4289
CIE-Lab85.90429.2679-12.2493

#ded2ee color RGB value is (222,210,238).

#ded2ee hex color red value is 222, green value is 210 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ded2ee hue: 0.74 , saturation: 0.45 and the lightness value of ded2ee is 0.88.

The process color (four color CMYK) of #ded2ee color hex is 0.07, 0.12, 0.00, 0.07. Web safe color of #ded2ee is #ccccff. Color #ded2ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010010 11101110
Octal 336 322 356
Decimal 222 210 238
Hex DE D2 EE

RGB Percentages of Color #ded2ee

%33.13
%31.34
%35.52

CMYK Percentages of Color #ded2ee

%7
%12
%0
%7

Triadic Colors of #ded2ee

#ded2ee #eeded2 #d2eede

Analogous Colors of #ded2ee

#ded2ee #ecd2ee #d2d4ee

Monochromatic Colors of #ded2ee

#ded2ee

Complementary Color

#ded2ee #e2eed2

#ded2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded2ee Color CSS Codes

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

#ded2ee Text Font Color

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

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


#ded2ee Background Color

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

This div background color is #ded2ee


#ded2ee Border Color

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

This div border color is #ded2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded2ee


Comments

No comments written yet.

Please login to write comment.