#D9AEB2

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

Shades of Pale Chestnut #D9AEB2

Tints of Pale Chestnut #D9AEB2

Color information

#D9AEB2 (or 0xD9AEB2) is unknown color: approx Pale Chestnut. HEX triplet: D9, AE and B2. RGB value is (217,174,178). Sum of RGB (Red+Green+Blue) = 217+174+178=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEB2 is #26514D. Grayscale: #BBBBBB. Windows color (decimal): -2511182 or 11710169. OLE color: 11710169.

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

Color convert

RGB217174178-
CMYK00.200.180.15
HSL354.42º36.13%76.67%-
HSV(B)354.42º19.82%85.1%-
XYZ51.7948.2448.7-
YUV187.31122.75149.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=38.14%
G=30.58%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717417800.200.180.15354.4236.1376.67
HexD9AEB201412F162244d
Octal331256262024221754244115
Binary1101100110101110101100100101001001011111011000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AEB2; }

 p { color: rgb(217,174,178); }

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

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

 a { background-color: rgb(217,174,178); }

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

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

 span { border-color: rgb(217,174,178); }

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