#EEFBC0

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

Shades of Snow Flurry #EEFBC0

Tints of Snow Flurry #EEFBC0

Color information

#EEFBC0 (or 0xEEFBC0) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and C0. RGB value is (238,251,192). Sum of RGB (Red+Green+Blue) = 238+251+192=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 192 (75.39% from 255 or 28.19% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBC0 is #11043F. Grayscale: #F0F0F0. Windows color (decimal): -1115200 or 12647406. OLE color: 12647406.

HSL color Cylindrical-coordinate representation of color #EEFBC0: hue angle of 73.22º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEFBC0 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB238251192-
CMYK0.0500.240.02
HSL73.22º88.06%86.86%-
HSV(B)73.22º23.51%98.43%-
XYZ79.2790.9863.25-
YUV240.39100.69126.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 251 (98.44% from 255) = 36.86%
BLUE value IS 192 (75.39% from 255) = 28.19%
R=34.95%
G=36.86%
B=28.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382511920.0500.240.0273.2288.0686.86
HexEEFBC050182495857
Octal35637330050302111130127
Binary11101110111110111100000010101100010100100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBC0; }

 p { color: rgb(238,251,192); }

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

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

 a { background-color: rgb(238,251,192); }

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

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

 span { border-color: rgb(238,251,192); }

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