Color Hex Logo

#ded9ff Color Hex

#DED9FF
(222,217,255)
0 Favorites   0 Comments

Color spaces of #ded9ff

RGB 222217255
HSL0.691.000.93
HSV248°15°100°
CMYK 0.130.150.00   0.00
XYZ72.987172.3753104.7307
Yxy72.37530.29180.2894
Hunter Lab85.07374.2612-13.4379
CIE-Lab88.14898.9491-17.8575

#ded9ff color RGB value is (222,217,255).

#ded9ff hex color red value is 222, green value is 217 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ded9ff hue: 0.69 , saturation: 1.00 and the lightness value of ded9ff is 0.93.

The process color (four color CMYK) of #ded9ff color hex is 0.13, 0.15, 0.00, 0.00. Web safe color of #ded9ff is #ccccff. Color #ded9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 11111111
Octal 336 331 377
Decimal 222 217 255
Hex DE D9 FF

RGB Percentages of Color #ded9ff

%31.99
%31.27
%36.74

CMYK Percentages of Color #ded9ff

%13
%15
%0
%0

Triadic Colors of #ded9ff

#ded9ff #ffded9 #d9ffde

Analogous Colors of #ded9ff

#ded9ff #f1d9ff #d9e7ff

Monochromatic Colors of #ded9ff

#ded9ff

Complementary Color

#ded9ff #faffd9

#ded9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded9ff Color CSS Codes

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

#ded9ff Text Font Color

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

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


#ded9ff Background Color

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

This div background color is #ded9ff


#ded9ff Border Color

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

This div border color is #ded9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded9ff

Related Colors


Comments

No comments written yet.

Please login to write comment.