Color Hex Logo

#de8dcc Color Hex

#DE8DCC
(222,141,204)
0 Favorites   0 Comments

Color spaces of #de8dcc

RGB 222141204
HSL0.870.550.71
HSV313°36°87°
CMYK 0.000.360.08   0.13
XYZ50.548238.939061.9785
Yxy38.93900.33370.2571
Hunter Lab62.401135.3925-15.2077
CIE-Lab68.707139.9804-19.7047

#de8dcc color RGB value is (222,141,204).

#de8dcc hex color red value is 222, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #de8dcc hue: 0.87 , saturation: 0.55 and the lightness value of de8dcc is 0.71.

The process color (four color CMYK) of #de8dcc color hex is 0.00, 0.36, 0.08, 0.13. Web safe color of #de8dcc is #cc99cc. Color #de8dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001101 11001100
Octal 336 215 314
Decimal 222 141 204
Hex DE 8D CC

RGB Percentages of Color #de8dcc

%39.15
%24.87
%35.98

CMYK Percentages of Color #de8dcc

%0
%36
%8
%13

Triadic Colors of #de8dcc

#de8dcc #ccde8d #8dccde

Analogous Colors of #de8dcc

#de8dcc #de8da4 #c88dde

Monochromatic Colors of #de8dcc

#de8dcc

Complementary Color

#de8dcc #8dde9f

#de8dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de8dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de8dcc Color CSS Codes

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

#de8dcc Text Font Color

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

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


#de8dcc Background Color

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

This div background color is #de8dcc


#de8dcc Border Color

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

This div border color is #de8dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de8dcc


Comments

No comments written yet.

Please login to write comment.