#edfcc9

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

Shades of Snow Flurry #EDFCC9

Tints of Snow Flurry #EDFCC9

Color information

#EDFCC9 (or 0xEDFCC9) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and C9. RGB value is (237,252,201). Sum of RGB (Red+Green+Blue) = 237+252+201=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 201 (78.91% from 255 or 29.13% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCC9 is #120336. Grayscale: #F1F1F1. Windows color (decimal): -1180471 or 13237485. OLE color: 13237485.

HSL color Cylindrical-coordinate representation of color #EDFCC9: hue angle of 77.65º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDFCC9 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB237252201-
CMYK0.0600.200.01
HSL77.65º89.47%88.82%-
HSV(B)77.65º20.24%98.82%-
XYZ80.2891.8468.75-
YUV241.7105.03124.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.35%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 201 (78.91% from 255) = 29.13%
R=34.35%
G=36.52%
B=29.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522010.0600.200.0177.6589.4788.82
HexEDFCC9601414e5959
Octal35537431160241116131131
Binary1110110111111100110010011100101001100111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edfcc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edfcc9; }

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

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

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

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

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

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

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

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