Html Css Color HEX #D8AAAB Pale Chestnut

📋 copy color: '#D8AAAB'

red 216 ◦ green 170 ◦ blue 171

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

Shades of Pale Chestnut #D8AAAB

Tints of Pale Chestnut #D8AAAB

RGB

 RED value IS 216 (84.77% from 255) = 38.78%

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

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

R = 38.78%
G = 30.52%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8AAAB (or 0xD8AAAB) is known color: Pale Chestnut. HEX triplet: D8, AA and AB. RGB value is (216,170,171). Sum of RGB (Red+Green+Blue) = 216+170+171=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAAB is #275554. Grayscale: #B7B7B7. Windows color (decimal): -2577749 or 11250392. OLE color: 11250392.

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

Color convert

RGB 216 170 171 -
CMYK 0 0.21 0.21 0.15
HSL 358.7º 0.37% 0.76% -
HSV(B) 358.7º 0.21% 0.85% -
XYZ 50.04 46.29 44.83 -
YUV 183.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 216 170 171 0 0.21 0.21 0.15 358.7 0.37 0.76
Hex D8 AA AB 0 15 15 F 167 25 4C
Octal 330 252 253 0 25 25 17 547 45 114
Binary 11011000 10101010 10101011 0 10101 10101 1111 101100111 100101 1001100

Color Harmonies of #D8AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAAB

Black with #D8AAAB

Text Example


Text Example

White with #D8AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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