#DEAFB2

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

Shades of Pale Chestnut #DEAFB2

Tints of Pale Chestnut #DEAFB2

Color information

#DEAFB2 (or 0xDEAFB2) is unknown color: approx Pale Chestnut. HEX triplet: DE, AF and B2. RGB value is (222,175,178). Sum of RGB (Red+Green+Blue) = 222+175+178=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAFB2 is #21504D. Grayscale: #BDBDBD. Windows color (decimal): -2183246 or 11710430. OLE color: 11710430.

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

Color convert

RGB222175178-
CMYK00.210.200.13
HSL356.17º41.59%77.84%-
HSV(B)356.17º21.17%87.06%-
XYZ53.4949.448.84-
YUV189.4121.57151.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 175 (68.75% from 255) = 30.43%
BLUE value IS 178 (69.92% from 255) = 30.96%
R=38.61%
G=30.43%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217517800.210.200.13356.1741.5977.84
HexDEAFB201514D1642a4e
Octal336257262025241554452116
Binary1101111010101111101100100101011010011011011001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFB2; }

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

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

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

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

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

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

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

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