#D9AEB1

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

Shades of Pale Chestnut #D9AEB1

Tints of Pale Chestnut #D9AEB1

Color information

#D9AEB1 (or 0xD9AEB1) is unknown color: approx Pale Chestnut. HEX triplet: D9, AE and B1. RGB value is (217,174,177). Sum of RGB (Red+Green+Blue) = 217+174+177=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEB1 is #26514E. Grayscale: #BBBBBB. Windows color (decimal): -2511183 or 11644633. OLE color: 11644633.

HSL color Cylindrical-coordinate representation of color #D9AEB1: hue angle of 355.81º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AEB1 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217174177-
CMYK00.200.180.15
HSL355.81º36.13%76.67%-
HSV(B)355.81º19.82%85.1%-
XYZ51.6948.248.17-
YUV187.2122.25149.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=38.20%
G=30.63%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717417700.200.180.15355.8136.1376.67
HexD9AEB101412F164244d
Octal331256261024221754444115
Binary1101100110101110101100010101001001011111011001001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEB1; }

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

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

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

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

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

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

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

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