#D8ADB2

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

Shades of Pale Chestnut #D8ADB2

Tints of Pale Chestnut #D8ADB2

Color information

#D8ADB2 (or 0xD8ADB2) is unknown color: approx Pale Chestnut. HEX triplet: D8, AD and B2. RGB value is (216,173,178). Sum of RGB (Red+Green+Blue) = 216+173+178=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADB2 is #27524D. Grayscale: #BABABA. Windows color (decimal): -2576974 or 11709912. OLE color: 11709912.

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

Color convert

RGB216173178-
CMYK00.200.180.15
HSL353.02º35.54%76.27%-
HSV(B)353.02º19.91%84.71%-
XYZ51.347.748.62-
YUV186.43123.25149.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=38.10%
G=30.51%
B=31.39%

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
Decimal21617317800.200.180.15353.0235.5476.27
HexD8ADB201412F161244c
Octal330255262024221754144114
Binary1101100010101101101100100101001001011111011000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADB2; }

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

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

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

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

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

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

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

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