Html Css Color HEX #D8ACB1 Pale Chestnut

📋 copy color: '#D8ACB1'

red 216 ◦ green 172 ◦ blue 177

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

Shades of Pale Chestnut #D8ACB1

Tints of Pale Chestnut #D8ACB1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.44%

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

R = 38.23%
G = 30.44%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D8ACB1 (or 0xD8ACB1) is known color: Pale Chestnut. HEX triplet: D8, AC and B1. RGB value is (216,172,177). Sum of RGB (Red+Green+Blue) = 216+172+177=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ACB1 is #27534E. Grayscale: #B9B9B9. Windows color (decimal): -2577231 or 11644120. OLE color: 11644120.

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

Color convert

RGB 216 172 177 -
CMYK 0 0.20 0.18 0.15
HSL 353.18º 0.36% 0.76% -
HSV(B) 353.18º 0.2% 0.85% -
XYZ 51.01 47.28 48.03 -
YUV 185.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 216 172 177 0 0.20 0.18 0.15 353.18 0.36 0.76
Hex D8 AC B1 0 14 12 F 161 24 4C
Octal 330 254 261 0 24 22 17 541 44 114
Binary 11011000 10101100 10110001 0 10100 10010 1111 101100001 100100 1001100

Color Harmonies of #D8ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACB1

Black with #D8ACB1

Text Example


Text Example

White with #D8ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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