#D6ABAD

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

Shades of Pale Chestnut #D6ABAD

Tints of Pale Chestnut #D6ABAD

Color information

#D6ABAD (or 0xD6ABAD) is unknown color: approx Pale Chestnut. HEX triplet: D6, AB and AD. RGB value is (214,171,173). Sum of RGB (Red+Green+Blue) = 214+171+173=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABAD is #295452. Grayscale: #B8B8B8. Windows color (decimal): -2708563 or 11381718. OLE color: 11381718.

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

Color convert

RGB214171173-
CMYK00.200.190.16
HSL357.21º34.4%75.49%-
HSV(B)357.21º20.09%83.92%-
XYZ49.8446.4445.87-
YUV184.08121.75149.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=38.35%
G=30.65%
B=31.00%

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
Decimal21417117300.200.190.16357.2134.475.49
HexD6ABAD0141310165224b
Octal326253255024232054542113
Binary11010110101010111010110101010010011100001011001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ABAD; }

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

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

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

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

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

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

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

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