#DE9EA3

Color #DE9EA3 Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DE9EA3

Tints of Pale Chestnut #DE9EA3

Color information

#DE9EA3 (or 0xDE9EA3) is unknown color: approx Pale Chestnut. HEX triplet: DE, 9E and A3. RGB value is (222,158,163). Sum of RGB (Red+Green+Blue) = 222+158+163=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9EA3 is #21615C. Grayscale: #B1B1B1. Windows color (decimal): -2187613 or 10723038. OLE color: 10723038.

HSL color Cylindrical-coordinate representation of color #DE9EA3: hue angle of 355.31º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9EA3 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB222158163-
CMYK00.290.270.13
HSL355.31º49.23%74.51%-
HSV(B)355.31º28.83%87.06%-
XYZ48.9642.6340.3-
YUV177.71119.7159.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=40.88%
G=29.10%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215816300.290.270.13355.3149.2374.51
HexDE9EA301D1BD163314b
Octal336236243035331554361113
Binary1101111010011110101000110111011101111011011000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EA3; }

 p { color: rgb(222,158,163); }

 H1.HeaderClassName
 {
   color: #DE9EA3;
 }
 .AnyTagClassName
 {
   color: #DE9EA3;
 }
</style>
background-color css

<style>
 a { background-color: #DE9EA3; }

 a { background-color: rgb(222,158,163); }

 div.DivClassName
 {
   background-color: #DE9EA3;
 }
 .BgClassName
 {
   background-color: #DE9EA3;
 }
</style>
border-color css

<style>
 span { border-color: #DE9EA3; }

 span { border-color: rgb(222,158,163); }

 td.TdClassName
 {
   border-color: #DE9EA3;
 }
 .TagClassName
 {
   border-color: #DE9EA3;
 }
</style>