Html Css Color HEX #D4ABAE Pale Chestnut

📋 copy color: '#D4ABAE'

red 212 ◦ green 171 ◦ blue 174

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

Shades of Pale Chestnut #D4ABAE

Tints of Pale Chestnut #D4ABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.24%

R = 38.06%
G = 30.7%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D4ABAE (or 0xD4ABAE) is known color: Pale Chestnut. HEX triplet: D4, AB and AE. RGB value is (212,171,174). Sum of RGB (Red+Green+Blue) = 212+171+174=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ABAE is #2B5451. Grayscale: #B7B7B7. Windows color (decimal): -2839634 or 11447252. OLE color: 11447252.

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

Color convert

RGB 212 171 174 -
CMYK 0 0.19 0.18 0.17
HSL 355.61º 0.32% 0.75% -
HSV(B) 355.61º 0.19% 0.83% -
XYZ 49.35 46.18 46.36 -
YUV 183.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 212 171 174 0 0.19 0.18 0.17 355.61 0.32 0.75
Hex D4 AB AE 0 13 12 11 164 20 4B
Octal 324 253 256 0 23 22 21 544 40 113
Binary 11010100 10101011 10101110 0 10011 10010 10001 101100100 100000 1001011

Color Harmonies of #D4ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ABAE

Black with #D4ABAE

Text Example


Text Example

White with #D4ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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