Color Hex Logo

#dea8dc Color Hex

#DEA8DC
(222,168,220)
0 Favorites   0 Comments

Color spaces of #dea8dc

RGB 222168220
HSL0.840.450.76
HSV302°24°87°
CMYK 0.000.240.01   0.13
XYZ57.045148.702274.1040
Yxy48.70220.31720.2708
Hunter Lab69.787023.7819-14.1068
CIE-Lab75.265728.3714-18.5689

#dea8dc color RGB value is (222,168,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101000 11011100
Octal 336 250 334
Decimal 222 168 220
Hex DE A8 DC

RGB Percentages of Color #dea8dc

%36.39
%27.54
%36.07

CMYK Percentages of Color #dea8dc

%0
%24
%1
%13

Triadic Colors of #dea8dc

#dea8dc #dcdea8 #a8dcde

Analogous Colors of #dea8dc

#dea8dc #dea8c1 #c5a8de

Monochromatic Colors of #dea8dc

#dea8dc

Complementary Color

#dea8dc #a8deaa

#dea8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dea8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dea8dc Color CSS Codes

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

#dea8dc Text Font Color

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

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


#dea8dc Background Color

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

This div background color is #dea8dc


#dea8dc Border Color

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

This div border color is #dea8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dea8dc


Comments

No comments written yet.

Please login to write comment.