#D8ABAD

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

Shades of Pale Chestnut #D8ABAD

Tints of Pale Chestnut #D8ABAD

Color information

#D8ABAD (or 0xD8ABAD) is unknown color: approx Pale Chestnut. HEX triplet: D8, AB and AD. RGB value is (216,171,173). Sum of RGB (Red+Green+Blue) = 216+171+173=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABAD is #275452. Grayscale: #B8B8B8. Windows color (decimal): -2577491 or 11381720. OLE color: 11381720.

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

Color convert

RGB216171173-
CMYK00.210.200.15
HSL357.33º36.59%75.88%-
HSV(B)357.33º20.83%84.71%-
XYZ50.4246.7445.9-
YUV184.68121.41150.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=38.57%
G=30.54%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617117300.210.200.15357.3336.5975.88
HexD8ABAD01514F165254c
Octal330253255025241754545114
Binary1101100010101011101011010101011010011111011001011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ABAD; }

 p { color: rgb(216,171,173); }

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

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

 a { background-color: rgb(216,171,173); }

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

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

 span { border-color: rgb(216,171,173); }

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