Html Css Color HEX #D6ABAE Pale Chestnut

📋 copy color: '#D6ABAE'

red 214 ◦ green 171 ◦ blue 174

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

Shades of Pale Chestnut #D6ABAE

Tints of Pale Chestnut #D6ABAE

RGB

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

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

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

R = 38.28%
G = 30.59%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6ABAE (or 0xD6ABAE) is known color: Pale Chestnut. HEX triplet: D6, AB and AE. RGB value is (214,171,174). Sum of RGB (Red+Green+Blue) = 214+171+174=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ABAE is #295451. Grayscale: #B8B8B8. Windows color (decimal): -2708562 or 11447254. OLE color: 11447254.

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

Color convert

RGB 214 171 174 -
CMYK 0 0.20 0.19 0.16
HSL 355.81º 0.34% 0.75% -
HSV(B) 355.81º 0.2% 0.84% -
XYZ 49.93 46.48 46.38 -
YUV 184.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 214 171 174 0 0.20 0.19 0.16 355.81 0.34 0.75
Hex D6 AB AE 0 14 13 10 164 22 4B
Octal 326 253 256 0 24 23 20 544 42 113
Binary 11010110 10101011 10101110 0 10100 10011 10000 101100100 100010 1001011

Color Harmonies of #D6ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ABAE

Black with #D6ABAE

Text Example


Text Example

White with #D6ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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