#EDFEC1

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

Shades of Snow Flurry #EDFEC1

Tints of Snow Flurry #EDFEC1

Color information

#EDFEC1 (or 0xEDFEC1) is unknown color: approx Snow Flurry. HEX triplet: ED, FE and C1. RGB value is (237,254,193). Sum of RGB (Red+Green+Blue) = 237+254+193=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 193 (75.78% from 255 or 28.22% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEC1 is #12013E. Grayscale: #F2F2F2. Windows color (decimal): -1179967 or 12713709. OLE color: 12713709.

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

Color convert

RGB237254193-
CMYK0.0700.240.00
HSL76.72º96.83%87.65%-
HSV(B)76.72º24.02%99.61%-
XYZ79.9992.7464.14-
YUV241.96100.37124.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 193 (75.78% from 255) = 28.22%
R=34.65%
G=37.13%
B=28.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541930.0700.240.0076.7296.8387.65
HexEDFEC1701804d6158
Octal35537630170300115141130
Binary1110110111111110110000011110110000100110111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEC1; }

 p { color: rgb(237,254,193); }

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

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

 a { background-color: rgb(237,254,193); }

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

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

 span { border-color: rgb(237,254,193); }

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