Html Css Color HEX #D9ABB0 Pale Chestnut

📋 copy color: '#D9ABB0'

red 217 ◦ green 171 ◦ blue 176

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

Shades of Pale Chestnut #D9ABB0

Tints of Pale Chestnut #D9ABB0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.32%

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

R = 38.48%
G = 30.32%
B = 31.21%

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

#D9ABB0 (or 0xD9ABB0) is known color: Pale Chestnut. HEX triplet: D9, AB and B0. RGB value is (217,171,176). Sum of RGB (Red+Green+Blue) = 217+171+176=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ABB0 is #26544F. Grayscale: #B9B9B9. Windows color (decimal): -2511952 or 11578329. OLE color: 11578329.

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

Color convert

RGB 217 171 176 -
CMYK 0 0.21 0.19 0.15
HSL 353.48º 0.38% 0.76% -
HSV(B) 353.48º 0.21% 0.85% -
XYZ 51.01 47.01 47.46 -
YUV 185.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 217 171 176 0 0.21 0.19 0.15 353.48 0.38 0.76
Hex D9 AB B0 0 15 13 F 161 26 4C
Octal 331 253 260 0 25 23 17 541 46 114
Binary 11011001 10101011 10110000 0 10101 10011 1111 101100001 100110 1001100

Color Harmonies of #D9ABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABB0

Black with #D9ABB0

Text Example


Text Example

White with #D9ABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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