#D8B0B1

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

Shades of Pale Chestnut #D8B0B1

Tints of Pale Chestnut #D8B0B1

Color information

#D8B0B1 (or 0xD8B0B1) is unknown color: approx Pale Chestnut. HEX triplet: D8, B0 and B1. RGB value is (216,176,177). Sum of RGB (Red+Green+Blue) = 216+176+177=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B0B1 is #274F4E. Grayscale: #BCBCBC. Windows color (decimal): -2576207 or 11645144. OLE color: 11645144.

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

Color convert

RGB216176177-
CMYK00.190.180.15
HSL358.5º33.9%76.86%-
HSV(B)358.5º18.52%84.71%-
XYZ51.7848.8248.29-
YUV188.07121.75147.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 177 (69.53% from 255) = 31.11%
R=37.96%
G=30.93%
B=31.11%

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
Decimal21617617700.190.180.15358.533.976.86
HexD8B0B101312F166224d
Octal330260261023221754642115
Binary1101100010110000101100010100111001011111011001101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B0B1; }

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

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

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

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

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

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

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

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