#D8ADB1

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

Shades of Pale Chestnut #D8ADB1

Tints of Pale Chestnut #D8ADB1

Color information

#D8ADB1 (or 0xD8ADB1) is unknown color: approx Pale Chestnut. HEX triplet: D8, AD and B1. RGB value is (216,173,177). Sum of RGB (Red+Green+Blue) = 216+173+177=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADB1 is #27524E. Grayscale: #BABABA. Windows color (decimal): -2576975 or 11644376. OLE color: 11644376.

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

Color convert

RGB216173177-
CMYK00.200.180.15
HSL354.42º35.54%76.27%-
HSV(B)354.42º19.91%84.71%-
XYZ51.247.6648.1-
YUV186.31122.75149.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.16%
GREEN value IS 173 (67.97% from 255) = 30.57%
BLUE value IS 177 (69.53% from 255) = 31.27%
R=38.16%
G=30.57%
B=31.27%

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
Decimal21617317700.200.180.15354.4235.5476.27
HexD8ADB101412F162244c
Octal330255261024221754244114
Binary1101100010101101101100010101001001011111011000101001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADB1; }

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

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

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

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

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

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

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

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