Html Css Color HEX #D8ABAF Pale Chestnut

📋 copy color: '#D8ABAF'

red 216 ◦ green 171 ◦ blue 175

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

Shades of Pale Chestnut #D8ABAF

Tints of Pale Chestnut #D8ABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.14%

R = 38.43%
G = 30.43%
B = 31.14%

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

#D8ABAF (or 0xD8ABAF) is known color: Pale Chestnut. HEX triplet: D8, AB and AF. RGB value is (216,171,175). Sum of RGB (Red+Green+Blue) = 216+171+175=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ABAF is #275450. Grayscale: #B8B8B8. Windows color (decimal): -2577489 or 11512792. OLE color: 11512792.

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

Color convert

RGB 216 171 175 -
CMYK 0 0.21 0.19 0.15
HSL 354.67º 0.37% 0.76% -
HSV(B) 354.67º 0.21% 0.85% -
XYZ 50.62 46.82 46.93 -
YUV 184.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 216 171 175 0 0.21 0.19 0.15 354.67 0.37 0.76
Hex D8 AB AF 0 15 13 F 163 25 4C
Octal 330 253 257 0 25 23 17 543 45 114
Binary 11011000 10101011 10101111 0 10101 10011 1111 101100011 100101 1001100

Color Harmonies of #D8ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ABAF

Black with #D8ABAF

Text Example


Text Example

White with #D8ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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