Html Css Color HEX #D8ABB1 Pale Chestnut

📋 copy color: '#D8ABB1'

red 216 ◦ green 171 ◦ blue 177

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

Shades of Pale Chestnut #D8ABB1

Tints of Pale Chestnut #D8ABB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.38%

R = 38.3%
G = 30.32%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D8ABB1 (or 0xD8ABB1) is known color: Pale Chestnut. HEX triplet: D8, AB and B1. RGB value is (216,171,177). Sum of RGB (Red+Green+Blue) = 216+171+177=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABB1 is #27544E. Grayscale: #B9B9B9. Windows color (decimal): -2577487 or 11643864. OLE color: 11643864.

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

Color convert

RGB 216 171 177 -
CMYK 0 0.21 0.18 0.15
HSL 352º 0.37% 0.76% -
HSV(B) 352º 0.21% 0.85% -
XYZ 50.82 46.9 47.97 -
YUV 185.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 216 171 177 0 0.21 0.18 0.15 352 0.37 0.76
Hex D8 AB B1 0 15 12 F 160 25 4C
Octal 330 253 261 0 25 22 17 540 45 114
Binary 11011000 10101011 10110001 0 10101 10010 1111 101100000 100101 1001100

Color Harmonies of #D8ABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABB1

Black with #D8ABB1

Text Example


Text Example

White with #D8ABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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