Color Hex Logo

#ded1ea Color Hex

#DED1EA
(222,209,234)
0 Favorites   0 Comments

Color spaces of #ded1ea

RGB 222209234
HSL0.750.370.87
HSV271°11°92°
CMYK 0.050.110.00   0.08
XYZ67.775967.071087.2157
Yxy67.07100.30520.3020
Hunter Lab81.89694.4028-5.8128
CIE-Lab85.53989.0282-10.6726

#ded1ea color RGB value is (222,209,234).

#ded1ea hex color red value is 222, green value is 209 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ded1ea hue: 0.75 , saturation: 0.37 and the lightness value of ded1ea is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 11101010
Octal 336 321 352
Decimal 222 209 234
Hex DE D1 EA

RGB Percentages of Color #ded1ea

%33.38
%31.43
%35.19

CMYK Percentages of Color #ded1ea

%5
%11
%0
%8

Triadic Colors of #ded1ea

#ded1ea #eaded1 #d1eade

Analogous Colors of #ded1ea

#ded1ea #ead1ea #d2d1ea

Monochromatic Colors of #ded1ea

#ded1ea

Complementary Color

#ded1ea #ddead1

#ded1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded1ea Color CSS Codes

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

#ded1ea Text Font Color

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

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


#ded1ea Background Color

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

This div background color is #ded1ea


#ded1ea Border Color

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

This div border color is #ded1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded1ea


Comments

No comments written yet.

Please login to write comment.