#EDFABF

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

Shades of Snow Flurry #EDFABF

Tints of Snow Flurry #EDFABF

Color information

#EDFABF (or 0xEDFABF) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and BF. RGB value is (237,250,191). Sum of RGB (Red+Green+Blue) = 237+250+191=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 191 (75% from 255 or 28.17% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFABF is #120540. Grayscale: #EFEFEF. Windows color (decimal): -1180993 or 12581613. OLE color: 12581613.

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

Color convert

RGB237250191-
CMYK0.0500.240.02
HSL73.22º85.51%86.47%-
HSV(B)73.22º23.6%98.04%-
XYZ78.5190.1462.55-
YUV239.39100.69126.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.96%
GREEN value IS 250 (98.05% from 255) = 36.87%
BLUE value IS 191 (75% from 255) = 28.17%
R=34.96%
G=36.87%
B=28.17%

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
Decimal2372501910.0500.240.0273.2285.5186.47
HexEDFABF50182495656
Octal35537227750302111126126
Binary11101101111110101011111110101100010100100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFABF; }

 p { color: rgb(237,250,191); }

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

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

 a { background-color: rgb(237,250,191); }

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

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

 span { border-color: rgb(237,250,191); }

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