#EDFFC9

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

Shades of Snow Flurry #EDFFC9

Tints of Snow Flurry #EDFFC9

Color information

#EDFFC9 (or 0xEDFFC9) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and C9. RGB value is (237,255,201). Sum of RGB (Red+Green+Blue) = 237+255+201=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 201 (78.91% from 255 or 29.00% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFC9 is #120036. Grayscale: #F3F3F3. Windows color (decimal): -1179703 or 13238253. OLE color: 13238253.

HSL color Cylindrical-coordinate representation of color #EDFFC9: hue angle of 80º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDFFC9 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB237255201-
CMYK0.0700.210
HSL80º100%89.41%-
HSV(B)80º21.18%100%-
XYZ81.2393.7469.07-
YUV243.46104.04123.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.20%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 201 (78.91% from 255) = 29.00%
R=34.20%
G=36.80%
B=29.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552010.0700.2108010089.41
HexEDFFC970150506459
Octal35537731170250120144131
Binary1110110111111111110010011110101010101000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFC9; }

 p { color: rgb(237,255,201); }

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

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

 a { background-color: rgb(237,255,201); }

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

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

 span { border-color: rgb(237,255,201); }

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