Html Css Color HEX #D6ABB1 Pale Chestnut

📋 copy color: '#D6ABB1'

red 214 ◦ green 171 ◦ blue 177

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

Shades of Pale Chestnut #D6ABB1

Tints of Pale Chestnut #D6ABB1

RGB

 RED value IS 214 (83.98% from 255) = 38.08%

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

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

R = 38.08%
G = 30.43%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6ABB1 (or 0xD6ABB1) is known color: Pale Chestnut. HEX triplet: D6, AB and B1. RGB value is (214,171,177). Sum of RGB (Red+Green+Blue) = 214+171+177=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABB1 is #29544E. Grayscale: #B8B8B8. Windows color (decimal): -2708559 or 11643862. OLE color: 11643862.

HSL color Cylindrical-coordinate representation of color #D6ABB1: hue angle of 351.63º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ABB1 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 171 177 -
CMYK 0 0.20 0.17 0.16
HSL 351.63º 0.34% 0.75% -
HSV(B) 351.63º 0.2% 0.84% -
XYZ 50.23 46.6 47.94 -
YUV 184.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 214 171 177 0 0.20 0.17 0.16 351.63 0.34 0.75
Hex D6 AB B1 0 14 11 10 160 22 4B
Octal 326 253 261 0 24 21 20 540 42 113
Binary 11010110 10101011 10110001 0 10100 10001 10000 101100000 100010 1001011

Color Harmonies of #D6ABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABB1

Black with #D6ABB1

Text Example


Text Example

White with #D6ABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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