#EFFFBF

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

Shades of Snow Flurry #EFFFBF

Tints of Snow Flurry #EFFFBF

Color information

#EFFFBF (or 0xEFFFBF) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and BF. RGB value is (239,255,191). Sum of RGB (Red+Green+Blue) = 239+255+191=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 191 (75% from 255 or 27.88% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFBF is #100040. Grayscale: #F3F3F3. Windows color (decimal): -1048641 or 12582895. OLE color: 12582895.

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

Color convert

RGB239255191-
CMYK0.0600.250
HSL75º100%87.45%-
HSV(B)75º25.1%100%-
XYZ80.7693.6363.11-
YUV242.9298.7125.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 191 (75% from 255) = 27.88%
R=34.89%
G=37.23%
B=27.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551910.0600.2507510087.45
HexEFFFBF601904b6457
Octal35737727760310113144127
Binary1110111111111111101111111100110010100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFBF; }

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

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

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

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

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

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

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

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