#D8AEB0

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

Shades of Pale Chestnut #D8AEB0

Tints of Pale Chestnut #D8AEB0

Color information

#D8AEB0 (or 0xD8AEB0) is unknown color: approx Pale Chestnut. HEX triplet: D8, AE and B0. RGB value is (216,174,176). Sum of RGB (Red+Green+Blue) = 216+174+176=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEB0 is #27514F. Grayscale: #BABABA. Windows color (decimal): -2576720 or 11579096. OLE color: 11579096.

HSL color Cylindrical-coordinate representation of color #D8AEB0: hue angle of 357.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AEB0 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216174176-
CMYK00.190.190.15
HSL357.14º35%76.47%-
HSV(B)357.14º19.44%84.71%-
XYZ51.2948.0147.64-
YUV186.79121.91148.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=38.16%
G=30.74%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617417600.190.190.15357.143576.47
HexD8AEB001313F165234c
Octal330256260023231754543114
Binary1101100010101110101100000100111001111111011001011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEB0; }

 p { color: rgb(216,174,176); }

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

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

 a { background-color: rgb(216,174,176); }

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

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

 span { border-color: rgb(216,174,176); }

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