Html Css Color HEX #D9AEB0 Pale Chestnut

📋 copy color: '#D9AEB0'

red 217 ◦ green 174 ◦ blue 176

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

Shades of Pale Chestnut #D9AEB0

Tints of Pale Chestnut #D9AEB0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.69%

 BLUE value IS 176 (69.14% from 255) = 31.04%

R = 38.27%
G = 30.69%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9AEB0 (or 0xD9AEB0) is known color: Pale Chestnut. HEX triplet: D9, AE and B0. RGB value is (217,174,176). Sum of RGB (Red+Green+Blue) = 217+174+176=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AEB0 is #26514F. Grayscale: #BBBBBB. Windows color (decimal): -2511184 or 11579097. OLE color: 11579097.

HSL color Cylindrical-coordinate representation of color #D9AEB0: hue angle of 357.21º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9AEB0 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 174 176 -
CMYK 0 0.20 0.19 0.15
HSL 357.21º 0.36% 0.77% -
HSV(B) 357.21º 0.2% 0.85% -
XYZ 51.59 48.16 47.65 -
YUV 187.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 217 174 176 0 0.20 0.19 0.15 357.21 0.36 0.77
Hex D9 AE B0 0 14 13 F 165 24 4D
Octal 331 256 260 0 24 23 17 545 44 115
Binary 11011001 10101110 10110000 0 10100 10011 1111 101100101 100100 1001101

Color Harmonies of #D9AEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEB0

Black with #D9AEB0

Text Example


Text Example

White with #D9AEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEB0; }

 p { color: rgb(217,174,176); }

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

background-color css

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

 a { background-color: rgb(217,174,176); }

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

border-color css

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

 span { border-color: rgb(217,174,176); }

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