#DEAEB1

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

Shades of Pale Chestnut #DEAEB1

Tints of Pale Chestnut #DEAEB1

Color information

#DEAEB1 (or 0xDEAEB1) is unknown color: approx Pale Chestnut. HEX triplet: DE, AE and B1. RGB value is (222,174,177). Sum of RGB (Red+Green+Blue) = 222+174+177=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAEB1 is #21514E. Grayscale: #BCBCBC. Windows color (decimal): -2183503 or 11644638. OLE color: 11644638.

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

Color convert

RGB222174177-
CMYK00.220.200.13
HSL356.25º42.11%77.65%-
HSV(B)356.25º21.62%87.06%-
XYZ53.248.9848.24-
YUV188.69121.4151.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 177 (69.53% from 255) = 30.89%
R=38.74%
G=30.37%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217417700.220.200.13356.2542.1177.65
HexDEAEB101614D1642a4e
Octal336256261026241554452116
Binary1101111010101110101100010101101010011011011001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEB1; }

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

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

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

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

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

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

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

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