#EDF8C3

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

Shades of Snow Flurry #EDF8C3

Tints of Snow Flurry #EDF8C3

Color information

#EDF8C3 (or 0xEDF8C3) is unknown color: approx Snow Flurry. HEX triplet: ED, F8 and C3. RGB value is (237,248,195). Sum of RGB (Red+Green+Blue) = 237+248+195=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 248 (97.27% from 255 or 36.47% from 680); Blue value is 195 (76.56% from 255 or 28.68% from 680); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8C3 is #12073C. Grayscale: #EEEEEE. Windows color (decimal): -1181501 or 12843245. OLE color: 12843245.

HSL color Cylindrical-coordinate representation of color #EDF8C3: hue angle of 72.45º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDF8C3 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB237248195-
CMYK0.0400.210.03
HSL72.45º79.1%86.86%-
HSV(B)72.45º21.37%97.25%-
XYZ78.3489.0864.69-
YUV238.67103.36126.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.85%
GREEN value IS 248 (97.27% from 255) = 36.47%
BLUE value IS 195 (76.56% from 255) = 28.68%
R=34.85%
G=36.47%
B=28.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481950.0400.210.0372.4579.186.86
HexEDF8C340153484f57
Octal35537030340253110117127
Binary11101101111110001100001110001010111100100010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8C3; }

 p { color: rgb(237,248,195); }

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

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

 a { background-color: rgb(237,248,195); }

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

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

 span { border-color: rgb(237,248,195); }

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