Html Css Color HEX #D6AEB1 Pale Chestnut

📋 copy color: '#D6AEB1'

red 214 ◦ green 174 ◦ blue 177

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

Shades of Pale Chestnut #D6AEB1

Tints of Pale Chestnut #D6AEB1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.8%

 BLUE value IS 177 (69.53% from 255) = 31.33%

R = 37.88%
G = 30.8%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D6AEB1 (or 0xD6AEB1) is known color: Pale Chestnut. HEX triplet: D6, AE and B1. RGB value is (214,174,177). Sum of RGB (Red+Green+Blue) = 214+174+177=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AEB1 is #29514E. Grayscale: #BABABA. Windows color (decimal): -2707791 or 11644630. OLE color: 11644630.

HSL color Cylindrical-coordinate representation of color #D6AEB1: hue angle of 355.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6AEB1 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 177 -
CMYK 0 0.19 0.17 0.16
HSL 355.5º 0.33% 0.76% -
HSV(B) 355.5º 0.19% 0.84% -
XYZ 50.8 47.74 48.13 -
YUV 186.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 214 174 177 0 0.19 0.17 0.16 355.5 0.33 0.76
Hex D6 AE B1 0 13 11 10 164 21 4C
Octal 326 256 261 0 23 21 20 544 41 114
Binary 11010110 10101110 10110001 0 10011 10001 10000 101100100 100001 1001100

Color Harmonies of #D6AEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEB1

Black with #D6AEB1

Text Example


Text Example

White with #D6AEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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