Color Hex Logo

#ded5ee Color Hex

#DED5EE
(222,213,238)
0 Favorites   0 Comments

Color spaces of #ded5ee

RGB 222213238
HSL0.730.420.88
HSV262°11°93°
CMYK 0.070.110.00   0.07
XYZ69.351169.291190.6083
Yxy69.29110.30250.3023
Hunter Lab83.24133.0421-6.2684
CIE-Lab86.64807.6856-11.1397

#ded5ee color RGB value is (222,213,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010101 11101110
Octal 336 325 356
Decimal 222 213 238
Hex DE D5 EE

RGB Percentages of Color #ded5ee

%32.99
%31.65
%35.36

CMYK Percentages of Color #ded5ee

%7
%11
%0
%7

Triadic Colors of #ded5ee

#ded5ee #eeded5 #d5eede

Analogous Colors of #ded5ee

#ded5ee #ebd5ee #d5d9ee

Monochromatic Colors of #ded5ee

#ded5ee

Complementary Color

#ded5ee #e5eed5

#ded5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded5ee Color CSS Codes

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

#ded5ee Text Font Color

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

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


#ded5ee Background Color

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

This div background color is #ded5ee


#ded5ee Border Color

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

This div border color is #ded5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded5ee


Comments

No comments written yet.

Please login to write comment.