Html Css Color HEX #D9AAAB Pale Chestnut

📋 copy color: '#D9AAAB'

red 217 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #D9AAAB

Tints of Pale Chestnut #D9AAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.65%

R = 38.89%
G = 30.47%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9AAAB (or 0xD9AAAB) is known color: Pale Chestnut. HEX triplet: D9, AA and AB. RGB value is (217,170,171). Sum of RGB (Red+Green+Blue) = 217+170+171=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAAB is #265554. Grayscale: #B8B8B8. Windows color (decimal): -2512213 or 11250393. OLE color: 11250393.

HSL color Cylindrical-coordinate representation of color #D9AAAB: hue angle of 358.72º 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 #D9AAAB is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 171 -
CMYK 0 0.22 0.21 0.15
HSL 358.72º 0.38% 0.76% -
HSV(B) 358.72º 0.22% 0.85% -
XYZ 50.34 46.44 44.84 -
YUV 184.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 217 170 171 0 0.22 0.21 0.15 358.72 0.38 0.76
Hex D9 AA AB 0 16 15 F 167 26 4C
Octal 331 252 253 0 26 25 17 547 46 114
Binary 11011001 10101010 10101011 0 10110 10101 1111 101100111 100110 1001100

Color Harmonies of #D9AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAAB

Black with #D9AAAB

Text Example


Text Example

White with #D9AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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