Html Css Color HEX #D6ABAF Pale Chestnut

📋 copy color: '#D6ABAF'

red 214 ◦ green 171 ◦ blue 175

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

Shades of Pale Chestnut #D6ABAF

Tints of Pale Chestnut #D6ABAF

RGB

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

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

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

R = 38.21%
G = 30.54%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D6ABAF (or 0xD6ABAF) is known color: Pale Chestnut. HEX triplet: D6, AB and AF. RGB value is (214,171,175). Sum of RGB (Red+Green+Blue) = 214+171+175=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABAF is #295450. Grayscale: #B8B8B8. Windows color (decimal): -2708561 or 11512790. OLE color: 11512790.

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

Color convert

RGB 214 171 175 -
CMYK 0 0.20 0.18 0.16
HSL 354.42º 0.34% 0.75% -
HSV(B) 354.42º 0.2% 0.84% -
XYZ 50.03 46.52 46.9 -
YUV 184.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 214 171 175 0 0.20 0.18 0.16 354.42 0.34 0.75
Hex D6 AB AF 0 14 12 10 162 22 4B
Octal 326 253 257 0 24 22 20 542 42 113
Binary 11010110 10101011 10101111 0 10100 10010 10000 101100010 100010 1001011

Color Harmonies of #D6ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABAF

Black with #D6ABAF

Text Example


Text Example

White with #D6ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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