#D6ABB0

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

Shades of Pale Chestnut #D6ABB0

Tints of Pale Chestnut #D6ABB0

Color information

#D6ABB0 (or 0xD6ABB0) is unknown color: approx Pale Chestnut. HEX triplet: D6, AB and B0. RGB value is (214,171,176). Sum of RGB (Red+Green+Blue) = 214+171+176=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABB0 is #29544F. Grayscale: #B8B8B8. Windows color (decimal): -2708560 or 11578326. OLE color: 11578326.

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

Color convert

RGB214171176-
CMYK00.200.180.16
HSL353.02º34.4%75.49%-
HSV(B)353.02º20.09%83.92%-
XYZ50.1346.5647.42-
YUV184.43123.25149.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=38.15%
G=30.48%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417117600.200.180.16353.0234.475.49
HexD6ABB00141210161224b
Octal326253260024222054142113
Binary11010110101010111011000001010010010100001011000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABB0; }

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

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

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

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

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

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

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

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