#EDFCC8

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

Shades of Snow Flurry #EDFCC8

Tints of Snow Flurry #EDFCC8

Color information

#EDFCC8 (or 0xEDFCC8) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and C8. RGB value is (237,252,200). Sum of RGB (Red+Green+Blue) = 237+252+200=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCC8 is #120337. Grayscale: #F1F1F1. Windows color (decimal): -1180472 or 13171949. OLE color: 13171949.

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

Color convert

RGB237252200-
CMYK0.0600.210.01
HSL77.31º89.66%88.63%-
HSV(B)77.31º20.63%98.82%-
XYZ80.1691.868.14-
YUV241.59104.53124.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.40%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 200 (78.52% from 255) = 29.03%
R=34.40%
G=36.57%
B=29.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522000.0600.210.0177.3189.6688.63
HexEDFCC8601514d5a59
Octal35537431060251115132131
Binary1110110111111100110010001100101011100110110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCC8; }

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

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

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

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

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

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

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

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