#DEAFB0

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

Shades of Pale Chestnut #DEAFB0

Tints of Pale Chestnut #DEAFB0

Color information

#DEAFB0 (or 0xDEAFB0) is unknown color: approx Pale Chestnut. HEX triplet: DE, AF and B0. RGB value is (222,175,176). Sum of RGB (Red+Green+Blue) = 222+175+176=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAFB0 is #21504F. Grayscale: #BDBDBD. Windows color (decimal): -2183248 or 11579358. OLE color: 11579358.

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

Color convert

RGB222175176-
CMYK00.210.210.13
HSL358.72º41.59%77.84%-
HSV(B)358.72º21.17%87.06%-
XYZ53.2949.3247.79-
YUV189.17120.57151.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=38.74%
G=30.54%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217517600.210.210.13358.7241.5977.84
HexDEAFB001515D1672a4e
Octal336257260025251554752116
Binary1101111010101111101100000101011010111011011001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFB0; }

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

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

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

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

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

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

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

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