#EDFDBF

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

Shades of Snow Flurry #EDFDBF

Tints of Snow Flurry #EDFDBF

Color information

#EDFDBF (or 0xEDFDBF) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and BF. RGB value is (237,253,191). Sum of RGB (Red+Green+Blue) = 237+253+191=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 191 (75% from 255 or 28.05% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDBF is #120240. Grayscale: #F1F1F1. Windows color (decimal): -1180225 or 12582381. OLE color: 12582381.

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

Color convert

RGB237253191-
CMYK0.0600.250.01
HSL75.48º93.94%87.06%-
HSV(B)75.48º24.51%99.22%-
XYZ79.4592.0262.86-
YUV241.1599.7125.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 253 (99.22% from 255) = 37.15%
BLUE value IS 191 (75% from 255) = 28.05%
R=34.80%
G=37.15%
B=28.05%

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
Decimal2372531910.0600.250.0175.4893.9487.06
HexEDFDBF601914b5e57
Octal35537527760311113136127
Binary1110110111111101101111111100110011100101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDBF; }

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

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

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

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

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

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

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

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