#D9ADAE

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

Shades of Pale Chestnut #D9ADAE

Tints of Pale Chestnut #D9ADAE

Color information

#D9ADAE (or 0xD9ADAE) is unknown color: approx Pale Chestnut. HEX triplet: D9, AD and AE. RGB value is (217,173,174). Sum of RGB (Red+Green+Blue) = 217+173+174=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADAE is #265251. Grayscale: #BABABA. Windows color (decimal): -2511442 or 11447769. OLE color: 11447769.

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

Color convert

RGB217173174-
CMYK00.200.200.15
HSL358.64º36.67%76.47%-
HSV(B)358.64º20.28%85.1%-
XYZ51.247.6946.55-
YUV186.27121.08149.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=38.48%
G=30.67%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717317400.200.200.15358.6436.6776.47
HexD9ADAE01414F167254c
Octal331255256024241754745114
Binary1101100110101101101011100101001010011111011001111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADAE; }

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

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

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

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

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

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

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

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