#E8F2BA

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

Shades of Chiffon #E8F2BA

Tints of Chiffon #E8F2BA

Color information

#E8F2BA (or 0xE8F2BA) is unknown color: approx Chiffon. HEX triplet: E8, F2 and BA. RGB value is (232,242,186). Sum of RGB (Red+Green+Blue) = 232+242+186=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F2BA is #170D45. Grayscale: #E8E8E8. Windows color (decimal): -1510726 or 12251880. OLE color: 12251880.

HSL color Cylindrical-coordinate representation of color #E8F2BA: hue angle of 70.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8F2BA is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB232242186-
CMYK0.0400.230.05
HSL70.71º68.29%83.92%-
HSV(B)70.71º23.14%94.9%-
XYZ73.8984.2158.81-
YUV232.63101.69127.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.15%
GREEN value IS 242 (94.92% from 255) = 36.67%
BLUE value IS 186 (73.05% from 255) = 28.18%
R=35.15%
G=36.67%
B=28.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322421860.0400.230.0570.7168.2983.92
HexE8F2BA40175474454
Octal35036227240275107104124
Binary111010001111001010111010100010111101100011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F2BA; }

 p { color: rgb(232,242,186); }

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

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

 a { background-color: rgb(232,242,186); }

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

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

 span { border-color: rgb(232,242,186); }

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