#E1AFB2

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

Shades of Pale Chestnut #E1AFB2

Tints of Pale Chestnut #E1AFB2

Color information

#E1AFB2 (or 0xE1AFB2) is unknown color: approx Pale Chestnut. HEX triplet: E1, AF and B2. RGB value is (225,175,178). Sum of RGB (Red+Green+Blue) = 225+175+178=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AFB2 is #1E504D. Grayscale: #BEBEBE. Windows color (decimal): -1986638 or 11710433. OLE color: 11710433.

HSL color Cylindrical-coordinate representation of color #E1AFB2: hue angle of 356.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFB2 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB225175178-
CMYK00.220.210.12
HSL356.4º45.45%78.43%-
HSV(B)356.4º22.22%88.24%-
XYZ54.4249.8848.88-
YUV190.29121.06152.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.93%
GREEN value IS 175 (68.75% from 255) = 30.28%
BLUE value IS 178 (69.92% from 255) = 30.80%
R=38.93%
G=30.28%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517517800.220.210.12356.445.4578.43
HexE1AFB201615C1642d4e
Octal341257262026251454455116
Binary1110000110101111101100100101101010111001011001001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFB2; }

 p { color: rgb(225,175,178); }

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

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

 a { background-color: rgb(225,175,178); }

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

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

 span { border-color: rgb(225,175,178); }

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