Html Css Color HEX #E2AAAC Pale Chestnut

📋 copy color: '#E2AAAC'

red 226 ◦ green 170 ◦ blue 172

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

Shades of Pale Chestnut #E2AAAC

Tints of Pale Chestnut #E2AAAC

RGB

 RED value IS 226 (88.67% from 255) = 39.79%

 GREEN value IS 170 (66.8% from 255) = 29.93%

 BLUE value IS 172 (67.58% from 255) = 30.28%

R = 39.79%
G = 29.93%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E2AAAC (or 0xE2AAAC) is known color: Pale Chestnut. HEX triplet: E2, AA and AC. RGB value is (226,170,172). Sum of RGB (Red+Green+Blue) = 226+170+172=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAAC is #1D5553. Grayscale: #BBBBBB. Windows color (decimal): -1922388 or 11315938. OLE color: 11315938.

HSL color Cylindrical-coordinate representation of color #E2AAAC: hue angle of 357.86º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AAAC is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 170 172 -
CMYK 0 0.25 0.24 0.11
HSL 357.86º 0.49% 0.78% -
HSV(B) 357.86º 0.25% 0.89% -
XYZ 53.19 47.9 45.47 -
YUV 186.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 226 170 172 0 0.25 0.24 0.11 357.86 0.49 0.78
Hex E2 AA AC 0 19 18 B 166 31 4E
Octal 342 252 254 0 31 30 13 546 61 116
Binary 11100010 10101010 10101100 0 11001 11000 1011 101100110 110001 1001110

Color Harmonies of #E2AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AAAC

Black with #E2AAAC

Text Example


Text Example

White with #E2AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AAAC; }

 p { color: rgb(226,170,172); }

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

background-color css

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

 a { background-color: rgb(226,170,172); }

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

border-color css

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

 span { border-color: rgb(226,170,172); }

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