#EEFFBF

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

Shades of Snow Flurry #EEFFBF

Tints of Snow Flurry #EEFFBF

Color information

#EEFFBF (or 0xEEFFBF) is unknown color: approx Snow Flurry. HEX triplet: EE, FF and BF. RGB value is (238,255,191). Sum of RGB (Red+Green+Blue) = 238+255+191=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 191 (75% from 255 or 27.92% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFBF is #110040. Grayscale: #F2F2F2. Windows color (decimal): -1114177 or 12582894. OLE color: 12582894.

HSL color Cylindrical-coordinate representation of color #EEFFBF: hue angle of 75.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEFFBF is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB238255191-
CMYK0.0700.250
HSL75.94º100%87.45%-
HSV(B)75.94º25.1%100%-
XYZ80.4293.4663.09-
YUV242.6298.87124.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 191 (75% from 255) = 27.92%
R=34.80%
G=37.28%
B=27.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551910.0700.25075.9410087.45
HexEEFFBF701904c6457
Octal35637727770310114144127
Binary1110111011111111101111111110110010100110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFBF; }

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

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

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

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

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

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

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

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