#EDFBD6

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

Shades of Snow Flurry #EDFBD6

Tints of Snow Flurry #EDFBD6

Color information

#EDFBD6 (or 0xEDFBD6) is unknown color: approx Snow Flurry. HEX triplet: ED, FB and D6. RGB value is (237,251,214). Sum of RGB (Red+Green+Blue) = 237+251+214=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBD6 is #120429. Grayscale: #F2F2F2. Windows color (decimal): -1180714 or 14089197. OLE color: 14089197.

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

Color convert

RGB237251214-
CMYK0.0600.150.02
HSL82.7º82.22%91.18%-
HSV(B)82.7º14.74%98.43%-
XYZ81.5691.8577.05-
YUV242.6111.86124.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 214 (83.98% from 255) = 30.48%
R=33.76%
G=35.75%
B=30.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512140.0600.150.0282.782.2291.18
HexEDFBD660F253525b
Octal35537332660172123122133
Binary1110110111111011110101101100111110101001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBD6; }

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

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

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

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

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

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

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

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