#E7F2BA

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

Shades of Chiffon #E7F2BA

Tints of Chiffon #E7F2BA

Color information

#E7F2BA (or 0xE7F2BA) is unknown color: approx Chiffon. HEX triplet: E7, F2 and BA. RGB value is (231,242,186). Sum of RGB (Red+Green+Blue) = 231+242+186=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F2BA is #180D45. Grayscale: #E8E8E8. Windows color (decimal): -1576262 or 12251879. OLE color: 12251879.

HSL color Cylindrical-coordinate representation of color #E7F2BA: hue angle of 71.79º 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 #E7F2BA is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB231242186-
CMYK0.0500.230.05
HSL71.79º68.29%83.92%-
HSV(B)71.79º23.14%94.9%-
XYZ73.5784.0458.8-
YUV232.33101.86127.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.05%
GREEN value IS 242 (94.92% from 255) = 36.72%
BLUE value IS 186 (73.05% from 255) = 28.22%
R=35.05%
G=36.72%
B=28.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2312421860.0500.230.0571.7968.2983.92
HexE7F2BA50175484454
Octal34736227250275110104124
Binary111001111111001010111010101010111101100100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7F2BA; }

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

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

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

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

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

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

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

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