#E2ADAF

Color #E2ADAF Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #E2ADAF

Tints of Pale Chestnut #E2ADAF

Color information

#E2ADAF (or 0xE2ADAF) is unknown color: approx Pale Chestnut. HEX triplet: E2, AD and AF. RGB value is (226,173,175). Sum of RGB (Red+Green+Blue) = 226+173+175=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ADAF is #1D5250. Grayscale: #BDBDBD. Windows color (decimal): -1921617 or 11513314. OLE color: 11513314.

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

Color convert

RGB226173175-
CMYK00.230.230.11
HSL357.74º47.75%78.24%-
HSV(B)357.74º23.45%88.63%-
XYZ54.0549.1547.2-
YUV189.08120.06154.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.37%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 175 (68.75% from 255) = 30.49%
R=39.37%
G=30.14%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617317500.230.230.11357.7447.7578.24
HexE2ADAF01717B166304e
Octal342255257027271354660116
Binary1110001010101101101011110101111011110111011001101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADAF; }

 p { color: rgb(226,173,175); }

 H1.HeaderClassName
 {
   color: #E2ADAF;
 }
 .AnyTagClassName
 {
   color: #E2ADAF;
 }
</style>
background-color css

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

 a { background-color: rgb(226,173,175); }

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

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

 span { border-color: rgb(226,173,175); }

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