#E9F2BD

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

Shades of Chiffon #E9F2BD

Tints of Chiffon #E9F2BD

Color information

#E9F2BD (or 0xE9F2BD) is unknown color: approx Chiffon. HEX triplet: E9, F2 and BD. RGB value is (233,242,189). Sum of RGB (Red+Green+Blue) = 233+242+189=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2BD is #160D42. Grayscale: #E9E9E9. Windows color (decimal): -1445187 or 12448489. OLE color: 12448489.

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

Color convert

RGB233242189-
CMYK0.0400.220.05
HSL70.19º67.09%84.51%-
HSV(B)70.19º21.9%94.9%-
XYZ74.5484.560.53-
YUV233.27103.02127.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.09%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=35.09%
G=36.45%
B=28.46%

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
Decimal2332421890.0400.220.0570.1967.0984.51
HexE9F2BD40165464355
Octal35136227540265106103125
Binary111010011111001010111101100010110101100011010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F2BD; }

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

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

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

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

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

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

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

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