#DE9EA5

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

Shades of Pale Chestnut #DE9EA5

Tints of Pale Chestnut #DE9EA5

Color information

#DE9EA5 (or 0xDE9EA5) is unknown color: approx Pale Chestnut. HEX triplet: DE, 9E and A5. RGB value is (222,158,165). Sum of RGB (Red+Green+Blue) = 222+158+165=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9EA5 is #21615A. Grayscale: #B1B1B1. Windows color (decimal): -2187611 or 10854110. OLE color: 10854110.

HSL color Cylindrical-coordinate representation of color #DE9EA5: hue angle of 353.44º 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 #DE9EA5 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB222158165-
CMYK00.290.260.13
HSL353.44º49.23%74.51%-
HSV(B)353.44º28.83%87.06%-
XYZ49.1442.741.25-
YUV177.93120.7159.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=40.73%
G=28.99%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215816500.290.260.13353.4449.2374.51
HexDE9EA501D1AD161314b
Octal336236245035321554161113
Binary1101111010011110101001010111011101011011011000011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EA5; }

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

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

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

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

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

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

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

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