#D6ABAE

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

Shades of Pale Chestnut #D6ABAE

Tints of Pale Chestnut #D6ABAE

Color information

#D6ABAE (or 0xD6ABAE) is unknown color: approx Pale Chestnut. HEX triplet: D6, AB and AE. RGB value is (214,171,174). Sum of RGB (Red+Green+Blue) = 214+171+174=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABAE is #295451. Grayscale: #B8B8B8. Windows color (decimal): -2708562 or 11447254. OLE color: 11447254.

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

Color convert

RGB214171174-
CMYK00.200.190.16
HSL355.81º34.4%75.49%-
HSV(B)355.81º20.09%83.92%-
XYZ49.9346.4846.38-
YUV184.2122.25149.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=38.28%
G=30.59%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417117400.200.190.16355.8134.475.49
HexD6ABAE0141310164224b
Octal326253256024232054442113
Binary11010110101010111010111001010010011100001011001001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABAE; }

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

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

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

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

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

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

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

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