Color Hex Logo

#ded9fc Color Hex

#DED9FC
(222,217,252)
0 Favorites   0 Comments

Color spaces of #ded9fc

RGB 222217252
HSL0.690.850.92
HSV249°14°99°
CMYK 0.120.140.00   0.01
XYZ72.507772.1836102.2067
Yxy72.18360.29370.2924
Hunter Lab84.96093.6546-11.8523
CIE-Lab88.05698.3411-16.4173

#ded9fc color RGB value is (222,217,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 11111100
Octal 336 331 374
Decimal 222 217 252
Hex DE D9 FC

RGB Percentages of Color #ded9fc

%32.13
%31.40
%36.47

CMYK Percentages of Color #ded9fc

%12
%14
%0
%1

Triadic Colors of #ded9fc

#ded9fc #fcded9 #d9fcde

Analogous Colors of #ded9fc

#ded9fc #f0d9fc #d9e6fc

Monochromatic Colors of #ded9fc

#ded9fc

Complementary Color

#ded9fc #f7fcd9

#ded9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded9fc Color CSS Codes

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

#ded9fc Text Font Color

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

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


#ded9fc Background Color

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

This div background color is #ded9fc


#ded9fc Border Color

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

This div border color is #ded9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded9fc


Comments

No comments written yet.

Please login to write comment.