#EDFAC2

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

Shades of Snow Flurry #EDFAC2

Tints of Snow Flurry #EDFAC2

Color information

#EDFAC2 (or 0xEDFAC2) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and C2. RGB value is (237,250,194). Sum of RGB (Red+Green+Blue) = 237+250+194=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 194 (76.17% from 255 or 28.49% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC2 is #12053D. Grayscale: #EFEFEF. Windows color (decimal): -1180990 or 12778221. OLE color: 12778221.

HSL color Cylindrical-coordinate representation of color #EDFAC2: hue angle of 73.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDFAC2 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB237250194-
CMYK0.0500.220.02
HSL73.93º84.85%87.06%-
HSV(B)73.93º22.4%98.04%-
XYZ78.8590.2764.31-
YUV239.73102.19126.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.80%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 194 (76.17% from 255) = 28.49%
R=34.80%
G=36.71%
B=28.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501940.0500.220.0273.9384.8587.06
HexEDFAC2501624a5557
Octal35537230250262112125127
Binary11101101111110101100001010101011010100101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAC2; }

 p { color: rgb(237,250,194); }

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

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

 a { background-color: rgb(237,250,194); }

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

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

 span { border-color: rgb(237,250,194); }

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