#D8AEB2

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

Shades of Pale Chestnut #D8AEB2

Tints of Pale Chestnut #D8AEB2

Color information

#D8AEB2 (or 0xD8AEB2) is unknown color: approx Pale Chestnut. HEX triplet: D8, AE and B2. RGB value is (216,174,178). Sum of RGB (Red+Green+Blue) = 216+174+178=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AEB2 is #27514D. Grayscale: #BBBBBB. Windows color (decimal): -2576718 or 11710168. OLE color: 11710168.

HSL color Cylindrical-coordinate representation of color #D8AEB2: hue angle of 354.29º 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 #D8AEB2 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB216174178-
CMYK00.190.180.15
HSL354.29º35%76.47%-
HSV(B)354.29º19.44%84.71%-
XYZ51.4948.0948.69-
YUV187.01122.91148.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 178 (69.92% from 255) = 31.34%
R=38.03%
G=30.63%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617417800.190.180.15354.293576.47
HexD8AEB201312F162234c
Octal330256262023221754243114
Binary1101100010101110101100100100111001011111011000101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AEB2; }

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

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

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

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

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

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

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

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