Html Css Color HEX #D9AAAE Pale Chestnut

📋 copy color: '#D9AAAE'

red 217 ◦ green 170 ◦ blue 174

#D9AAAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #D9AAAE

Tints of Pale Chestnut #D9AAAE

RGB

 RED value IS 217 (85.16% from 255) = 38.68%

 GREEN value IS 170 (66.8% from 255) = 30.3%

 BLUE value IS 174 (68.36% from 255) = 31.02%

R = 38.68%
G = 30.3%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9AAAE (or 0xD9AAAE) is known color: Pale Chestnut. HEX triplet: D9, AA and AE. RGB value is (217,170,174). Sum of RGB (Red+Green+Blue) = 217+170+174=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAAE is #265551. Grayscale: #B8B8B8. Windows color (decimal): -2512210 or 11447001. OLE color: 11447001.

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

Color convert

RGB 217 170 174 -
CMYK 0 0.22 0.20 0.15
HSL 354.89º 0.38% 0.76% -
HSV(B) 354.89º 0.22% 0.85% -
XYZ 50.63 46.56 46.36 -
YUV 184.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 217 170 174 0 0.22 0.20 0.15 354.89 0.38 0.76
Hex D9 AA AE 0 16 14 F 163 26 4C
Octal 331 252 256 0 26 24 17 543 46 114
Binary 11011001 10101010 10101110 0 10110 10100 1111 101100011 100110 1001100

Color Harmonies of #D9AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAAE

Black with #D9AAAE

Text Example


Text Example

White with #D9AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAAE; }

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

 H1.HeaderClassName
 {
   color: #D9AAAE;
 }
 .AnyTagClassName
 {
   color: #D9AAAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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