#EDFBC3

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

Shades of Snow Flurry #EDFBC3

Tints of Snow Flurry #EDFBC3

Color information

#EDFBC3 (or 0xEDFBC3) is unknown color: approx Snow Flurry. HEX triplet: ED, FB and C3. RGB value is (237,251,195). Sum of RGB (Red+Green+Blue) = 237+251+195=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 195 (76.56% from 255 or 28.55% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBC3 is #12043C. Grayscale: #F0F0F0. Windows color (decimal): -1180733 or 12844013. OLE color: 12844013.

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

Color convert

RGB237251195-
CMYK0.0600.220.02
HSL75º87.5%87.45%-
HSV(B)75º22.31%98.43%-
XYZ79.2790.9465-
YUV240.43102.36125.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 195 (76.56% from 255) = 28.55%
R=34.70%
G=36.75%
B=28.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511950.0600.220.027587.587.45
HexEDFBC3601624b5857
Octal35537330360262113130127
Binary11101101111110111100001111001011010100101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBC3; }

 p { color: rgb(237,251,195); }

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

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

 a { background-color: rgb(237,251,195); }

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

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

 span { border-color: rgb(237,251,195); }

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