#E8F2BD

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

Shades of Chiffon #E8F2BD

Tints of Chiffon #E8F2BD

Color information

#E8F2BD (or 0xE8F2BD) is unknown color: approx Chiffon. HEX triplet: E8, F2 and BD. RGB value is (232,242,189). Sum of RGB (Red+Green+Blue) = 232+242+189=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F2BD is #170D42. Grayscale: #E9E9E9. Windows color (decimal): -1510723 or 12448488. OLE color: 12448488.

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

Color convert

RGB232242189-
CMYK0.0400.220.05
HSL71.32º67.09%84.51%-
HSV(B)71.32º21.9%94.9%-
XYZ74.2284.3360.51-
YUV232.97103.19127.31-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.99%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 189 (74.22% from 255) = 28.51%
R=34.99%
G=36.50%
B=28.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322421890.0400.220.0571.3267.0984.51
HexE8F2BD40165474355
Octal35036227540265107103125
Binary111010001111001010111101100010110101100011110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F2BD; }

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

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

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

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

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

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

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

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