#EFFFBE

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

Shades of Snow Flurry #EFFFBE

Tints of Snow Flurry #EFFFBE

Color information

#EFFFBE (or 0xEFFFBE) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and BE. RGB value is (239,255,190). Sum of RGB (Red+Green+Blue) = 239+255+190=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 190 (74.61% from 255 or 27.78% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBE is #100041. Grayscale: #F3F3F3. Windows color (decimal): -1048642 or 12517359. OLE color: 12517359.

HSL color Cylindrical-coordinate representation of color #EFFFBE: hue angle of 74.77º 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 #EFFFBE is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB239255190-
CMYK0.0600.250
HSL74.77º100%87.25%-
HSV(B)74.77º25.49%100%-
XYZ80.6593.5962.53-
YUV242.8198.2125.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.94%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 190 (74.61% from 255) = 27.78%
R=34.94%
G=37.28%
B=27.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551900.0600.25074.7710087.25
HexEFFFBE601904b6457
Octal35737727660310113144127
Binary1110111111111111101111101100110010100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFBE; }

 p { color: rgb(239,255,190); }

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

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

 a { background-color: rgb(239,255,190); }

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

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

 span { border-color: rgb(239,255,190); }

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