#D6ABB1

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

Shades of Pale Chestnut #D6ABB1

Tints of Pale Chestnut #D6ABB1

Color information

#D6ABB1 (or 0xD6ABB1) is unknown color: approx Pale Chestnut. HEX triplet: D6, AB and B1. RGB value is (214,171,177). Sum of RGB (Red+Green+Blue) = 214+171+177=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABB1 is #29544E. Grayscale: #B8B8B8. Windows color (decimal): -2708559 or 11643862. OLE color: 11643862.

HSL color Cylindrical-coordinate representation of color #D6ABB1: hue angle of 351.63º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABB1 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB214171177-
CMYK00.200.170.16
HSL351.63º34.4%75.49%-
HSV(B)351.63º20.09%83.92%-
XYZ50.2346.647.94-
YUV184.54123.75149.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 177 (69.53% from 255) = 31.49%
R=38.08%
G=30.43%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417117700.200.170.16351.6334.475.49
HexD6ABB10141110160224b
Octal326253261024212054042113
Binary11010110101010111011000101010010001100001011000001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABB1; }

 p { color: rgb(214,171,177); }

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

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

 a { background-color: rgb(214,171,177); }

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

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

 span { border-color: rgb(214,171,177); }

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