#EFFDBF

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

Shades of Snow Flurry #EFFDBF

Tints of Snow Flurry #EFFDBF

Color information

#EFFDBF (or 0xEFFDBF) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and BF. RGB value is (239,253,191). Sum of RGB (Red+Green+Blue) = 239+253+191=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 191 (75% from 255 or 27.96% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDBF is #100240. Grayscale: #F1F1F1. Windows color (decimal): -1049153 or 12582383. OLE color: 12582383.

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

Color convert

RGB239253191-
CMYK0.0600.250.01
HSL73.55º93.94%87.06%-
HSV(B)73.55º24.51%99.22%-
XYZ80.1392.3662.89-
YUV241.7599.36126.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.99%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 191 (75% from 255) = 27.96%
R=34.99%
G=37.04%
B=27.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531910.0600.250.0173.5593.9487.06
HexEFFDBF601914a5e57
Octal35737527760311112136127
Binary1110111111111101101111111100110011100101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDBF; }

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

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

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

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

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

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

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

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