Html Css Color HEX #D4ABAF Pale Chestnut

📋 copy color: '#D4ABAF'

red 212 ◦ green 171 ◦ blue 175

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

Shades of Pale Chestnut #D4ABAF

Tints of Pale Chestnut #D4ABAF

RGB

 RED value IS 212 (83.2% from 255) = 37.99%

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

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

R = 37.99%
G = 30.65%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D4ABAF (or 0xD4ABAF) is known color: Pale Chestnut. HEX triplet: D4, AB and AF. RGB value is (212,171,175). Sum of RGB (Red+Green+Blue) = 212+171+175=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ABAF is #2B5450. Grayscale: #B7B7B7. Windows color (decimal): -2839633 or 11512788. OLE color: 11512788.

HSL color Cylindrical-coordinate representation of color #D4ABAF: hue angle of 354.15º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4ABAF is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 175 -
CMYK 0 0.19 0.17 0.17
HSL 354.15º 0.32% 0.75% -
HSV(B) 354.15º 0.19% 0.83% -
XYZ 49.45 46.22 46.87 -
YUV 183.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 212 171 175 0 0.19 0.17 0.17 354.15 0.32 0.75
Hex D4 AB AF 0 13 11 11 162 20 4B
Octal 324 253 257 0 23 21 21 542 40 113
Binary 11010100 10101011 10101111 0 10011 10001 10001 101100010 100000 1001011

Color Harmonies of #D4ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABAF

Black with #D4ABAF

Text Example


Text Example

White with #D4ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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