#DEAEAF

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

Shades of Pale Chestnut #DEAEAF

Tints of Pale Chestnut #DEAEAF

Color information

#DEAEAF (or 0xDEAEAF) is unknown color: approx Pale Chestnut. HEX triplet: DE, AE and AF. RGB value is (222,174,175). Sum of RGB (Red+Green+Blue) = 222+174+175=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAEAF is #215150. Grayscale: #BCBCBC. Windows color (decimal): -2183505 or 11513566. OLE color: 11513566.

HSL color Cylindrical-coordinate representation of color #DEAEAF: hue angle of 358.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEAEAF is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB222174175-
CMYK00.220.210.13
HSL358.75º42.11%77.65%-
HSV(B)358.75º21.62%87.06%-
XYZ5348.947.2-
YUV188.47120.4151.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=38.88%
G=30.47%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217417500.220.210.13358.7542.1177.65
HexDEAEAF01615D1672a4e
Octal336256257026251554752116
Binary1101111010101110101011110101101010111011011001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEAF; }

 p { color: rgb(222,174,175); }

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

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

 a { background-color: rgb(222,174,175); }

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

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

 span { border-color: rgb(222,174,175); }

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