Color Hex Logo

#dea9dc Color Hex

#DEA9DC
(222,169,220)
0 Favorites   0 Comments

Color spaces of #dea9dc

RGB 222169220
HSL0.840.450.77
HSV302°24°87°
CMYK 0.000.240.01   0.13
XYZ57.230449.072874.1658
Yxy49.07280.31710.2719
Hunter Lab70.052023.2383-13.7354
CIE-Lab75.496627.8323-18.2196

#dea9dc color RGB value is (222,169,220).

#dea9dc hex color red value is 222, green value is 169 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dea9dc hue: 0.84 , saturation: 0.45 and the lightness value of dea9dc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101001 11011100
Octal 336 251 334
Decimal 222 169 220
Hex DE A9 DC

RGB Percentages of Color #dea9dc

%36.33
%27.66
%36.01

CMYK Percentages of Color #dea9dc

%0
%24
%1
%13

Triadic Colors of #dea9dc

#dea9dc #dcdea9 #a9dcde

Analogous Colors of #dea9dc

#dea9dc #dea9c2 #c6a9de

Monochromatic Colors of #dea9dc

#dea9dc

Complementary Color

#dea9dc #a9deab

#dea9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea9dc Color CSS Codes

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

#dea9dc Text Font Color

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

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


#dea9dc Background Color

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

This div background color is #dea9dc


#dea9dc Border Color

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

This div border color is #dea9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea9dc


Comments

No comments written yet.

Please login to write comment.