Html Css Color HEX #D1AAAB Pale Chestnut

📋 copy color: '#D1AAAB'

red 209 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #D1AAAB

Tints of Pale Chestnut #D1AAAB

RGB

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

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

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

R = 38%
G = 30.91%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D1AAAB (or 0xD1AAAB) is known color: Pale Chestnut. HEX triplet: D1, AA and AB. RGB value is (209,170,171). Sum of RGB (Red+Green+Blue) = 209+170+171=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AAAB is #2E5554. Grayscale: #B5B5B5. Windows color (decimal): -3036501 or 11250385. OLE color: 11250385.

HSL color Cylindrical-coordinate representation of color #D1AAAB: hue angle of 358.46º 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 #D1AAAB is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 171 -
CMYK 0 0.19 0.18 0.18
HSL 358.46º 0.3% 0.74% -
HSV(B) 358.46º 0.19% 0.82% -
XYZ 48.02 45.25 44.73 -
YUV 181.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 209 170 171 0 0.19 0.18 0.18 358.46 0.3 0.74
Hex D1 AA AB 0 13 12 12 166 1E 4A
Octal 321 252 253 0 23 22 22 546 36 112
Binary 11010001 10101010 10101011 0 10011 10010 10010 101100110 11110 1001010

Color Harmonies of #D1AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAAB

Black with #D1AAAB

Text Example


Text Example

White with #D1AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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