Color Hex Logo

#ded4ff Color Hex

#DED4FF
(222,212,255)
0 Favorites   0 Comments

Color spaces of #ded4ff

RGB 222212255
HSL0.711.000.92
HSV254°17°100°
CMYK 0.130.170.00   0.00
XYZ71.717769.8366104.3076
Yxy69.83660.29170.2840
Hunter Lab83.56836.9429-15.5063
CIE-Lab86.916711.5906-19.7159

#ded4ff color RGB value is (222,212,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 11111111
Octal 336 324 377
Decimal 222 212 255
Hex DE D4 FF

RGB Percentages of Color #ded4ff

%32.22
%30.77
%37.01

CMYK Percentages of Color #ded4ff

%13
%17
%0
%0

Triadic Colors of #ded4ff

#ded4ff #ffded4 #d4ffde

Analogous Colors of #ded4ff

#ded4ff #f4d4ff #d4e0ff

Monochromatic Colors of #ded4ff

#ded4ff

Complementary Color

#ded4ff #f5ffd4

#ded4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded4ff Color CSS Codes

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

#ded4ff Text Font Color

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

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


#ded4ff Background Color

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

This div background color is #ded4ff


#ded4ff Border Color

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

This div border color is #ded4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded4ff


Comments

No comments written yet.

Please login to write comment.