#EFFBC4

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

Shades of Snow Flurry #EFFBC4

Tints of Snow Flurry #EFFBC4

Color information

#EFFBC4 (or 0xEFFBC4) is unknown color: approx Snow Flurry. HEX triplet: EF, FB and C4. RGB value is (239,251,196). Sum of RGB (Red+Green+Blue) = 239+251+196=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBC4 is #10043B. Grayscale: #F1F1F1. Windows color (decimal): -1049660 or 12909551. OLE color: 12909551.

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

Color convert

RGB239251196-
CMYK0.0500.220.02
HSL73.09º87.3%87.65%-
HSV(B)73.09º21.91%98.43%-
XYZ80.0691.3365.63-
YUV241.14102.52126.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 196 (76.95% from 255) = 28.57%
R=34.84%
G=36.59%
B=28.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392511960.0500.220.0273.0987.387.65
HexEFFBC450162495758
Octal35737330450262111127130
Binary11101111111110111100010010101011010100100110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBC4; }

 p { color: rgb(239,251,196); }

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

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

 a { background-color: rgb(239,251,196); }

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

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

 span { border-color: rgb(239,251,196); }

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