#EEF2BF

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

Shades of Chiffon #EEF2BF

Tints of Chiffon #EEF2BF

Color information

#EEF2BF (or 0xEEF2BF) is unknown color: approx Chiffon. HEX triplet: EE, F2 and BF. RGB value is (238,242,191). Sum of RGB (Red+Green+Blue) = 238+242+191=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 242 (94.92% from 255 or 36.07% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2BF is #110D40. Grayscale: #EBEBEB. Windows color (decimal): -1117505 or 12579566. OLE color: 12579566.

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

Color convert

RGB238242191-
CMYK0.0200.210.05
HSL64.71º66.23%84.9%-
HSV(B)64.71º21.07%94.9%-
XYZ76.4285.4461.75-
YUV234.99103.17130.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.47%
GREEN value IS 242 (94.92% from 255) = 36.07%
BLUE value IS 191 (75% from 255) = 28.46%
R=35.47%
G=36.07%
B=28.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382421910.0200.210.0564.7166.2384.9
HexEEF2BF20155414255
Octal35636227720255101102125
Binary11101110111100101011111110010101101100000110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2BF; }

 p { color: rgb(238,242,191); }

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

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

 a { background-color: rgb(238,242,191); }

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

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

 span { border-color: rgb(238,242,191); }

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