Html Css Color HEX #D1AAAD Pale Chestnut

📋 copy color: '#D1AAAD'

red 209 ◦ green 170 ◦ blue 173

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

Shades of Pale Chestnut #D1AAAD

Tints of Pale Chestnut #D1AAAD

RGB

 RED value IS 209 (82.03% from 255) = 37.86%

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

 BLUE value IS 173 (67.97% from 255) = 31.34%

R = 37.86%
G = 30.8%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D1AAAD (or 0xD1AAAD) is known color: Pale Chestnut. HEX triplet: D1, AA and AD. RGB value is (209,170,173). Sum of RGB (Red+Green+Blue) = 209+170+173=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AAAD is #2E5552. Grayscale: #B6B6B6. Windows color (decimal): -3036499 or 11381457. OLE color: 11381457.

HSL color Cylindrical-coordinate representation of color #D1AAAD: hue angle of 355.38º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AAAD is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 173 -
CMYK 0 0.19 0.17 0.18
HSL 355.38º 0.3% 0.74% -
HSV(B) 355.38º 0.19% 0.82% -
XYZ 48.21 45.32 45.74 -
YUV 182 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 209 170 173 0 0.19 0.17 0.18 355.38 0.3 0.74
Hex D1 AA AD 0 13 11 12 163 1E 4A
Octal 321 252 255 0 23 21 22 543 36 112
Binary 11010001 10101010 10101101 0 10011 10001 10010 101100011 11110 1001010

Color Harmonies of #D1AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAAD

Black with #D1AAAD

Text Example


Text Example

White with #D1AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAAD; }

 p { color: rgb(209,170,173); }

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

background-color css

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

 a { background-color: rgb(209,170,173); }

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

border-color css

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

 span { border-color: rgb(209,170,173); }

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