Color Hex Logo

#deaedb Color Hex

#DEAEDB
(222,174,219)
0 Favorites   0 Comments

Color spaces of #deaedb

RGB 222174219
HSL0.840.420.78
HSV304°22°87°
CMYK 0.000.220.01   0.13
XYZ58.046450.916273.7863
Yxy50.91620.31760.2786
Hunter Lab71.355620.3340-11.3608
CIE-Lab76.628224.9518-15.9679

#deaedb color RGB value is (222,174,219).

#deaedb hex color red value is 222, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #deaedb hue: 0.84 , saturation: 0.42 and the lightness value of deaedb is 0.78.

The process color (four color CMYK) of #deaedb color hex is 0.00, 0.22, 0.01, 0.13. Web safe color of #deaedb is #cc99cc. Color #deaedb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 11011011
Octal 336 256 333
Decimal 222 174 219
Hex DE AE DB

RGB Percentages of Color #deaedb

%36.10
%28.29
%35.61

CMYK Percentages of Color #deaedb

%0
%22
%1
%13

Triadic Colors of #deaedb

#deaedb #dbdeae #aedbde

Analogous Colors of #deaedb

#deaedb #deaec3 #c9aede

Monochromatic Colors of #deaedb

#deaedb

Complementary Color

#deaedb #aedeb1

#deaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaedb Color CSS Codes

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

#deaedb Text Font Color

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

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


#deaedb Background Color

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

This div background color is #deaedb


#deaedb Border Color

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

This div border color is #deaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaedb


Comments

No comments written yet.

Please login to write comment.