Color Hex Logo

#ded9ef Color Hex

#DED9EF
(222,217,239)
0 Favorites   0 Comments

Color spaces of #ded9ef

RGB 222217239
HSL0.700.410.89
HSV254°94°
CMYK 0.070.090.00   0.06
XYZ70.517071.387391.7238
Yxy71.38730.30180.3056
Hunter Lab84.49101.1185-5.2218
CIE-Lab87.67285.7766-10.1416

#ded9ef color RGB value is (222,217,239).

#ded9ef hex color red value is 222, green value is 217 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ded9ef hue: 0.70 , saturation: 0.41 and the lightness value of ded9ef is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 11101111
Octal 336 331 357
Decimal 222 217 239
Hex DE D9 EF

RGB Percentages of Color #ded9ef

%32.74
%32.01
%35.25

CMYK Percentages of Color #ded9ef

%7
%9
%0
%6

Triadic Colors of #ded9ef

#ded9ef #efded9 #d9efde

Analogous Colors of #ded9ef

#ded9ef #e9d9ef #d9dfef

Monochromatic Colors of #ded9ef

#ded9ef

Complementary Color

#ded9ef #eaefd9

#ded9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded9ef Color CSS Codes

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

#ded9ef Text Font Color

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

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


#ded9ef Background Color

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

This div background color is #ded9ef


#ded9ef Border Color

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

This div border color is #ded9ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded9ef


Comments

No comments written yet.

Please login to write comment.