Html Css Color HEX #D5ABAE Pale Chestnut

📋 copy color: '#D5ABAE'

red 213 ◦ green 171 ◦ blue 174

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

Shades of Pale Chestnut #D5ABAE

Tints of Pale Chestnut #D5ABAE

RGB

 RED value IS 213 (83.59% from 255) = 38.17%

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

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

R = 38.17%
G = 30.65%
B = 31.18%

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

#D5ABAE (or 0xD5ABAE) is known color: Pale Chestnut. HEX triplet: D5, AB and AE. RGB value is (213,171,174). Sum of RGB (Red+Green+Blue) = 213+171+174=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5ABAE is #2A5451. Grayscale: #B7B7B7. Windows color (decimal): -2774098 or 11447253. OLE color: 11447253.

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

Color convert

RGB 213 171 174 -
CMYK 0 0.20 0.18 0.16
HSL 355.71º 0.33% 0.75% -
HSV(B) 355.71º 0.2% 0.84% -
XYZ 49.64 46.33 46.37 -
YUV 183.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 213 171 174 0 0.20 0.18 0.16 355.71 0.33 0.75
Hex D5 AB AE 0 14 12 10 164 21 4B
Octal 325 253 256 0 24 22 20 544 41 113
Binary 11010101 10101011 10101110 0 10100 10010 10000 101100100 100001 1001011

Color Harmonies of #D5ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABAE

Black with #D5ABAE

Text Example


Text Example

White with #D5ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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