Html Css Color HEX #D8AAAE Pale Chestnut

📋 copy color: '#D8AAAE'

red 216 ◦ green 170 ◦ blue 174

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

Shades of Pale Chestnut #D8AAAE

Tints of Pale Chestnut #D8AAAE

RGB

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

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

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

R = 38.57%
G = 30.36%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8AAAE (or 0xD8AAAE) is known color: Pale Chestnut. HEX triplet: D8, AA and AE. RGB value is (216,170,174). Sum of RGB (Red+Green+Blue) = 216+170+174=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAAE is #275551. Grayscale: #B8B8B8. Windows color (decimal): -2577746 or 11447000. OLE color: 11447000.

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

Color convert

RGB 216 170 174 -
CMYK 0 0.21 0.19 0.15
HSL 354.78º 0.37% 0.76% -
HSV(B) 354.78º 0.21% 0.85% -
XYZ 50.33 46.4 46.35 -
YUV 184.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 216 170 174 0 0.21 0.19 0.15 354.78 0.37 0.76
Hex D8 AA AE 0 15 13 F 163 25 4C
Octal 330 252 256 0 25 23 17 543 45 114
Binary 11011000 10101010 10101110 0 10101 10011 1111 101100011 100101 1001100

Color Harmonies of #D8AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAAE

Black with #D8AAAE

Text Example


Text Example

White with #D8AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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