#EDFAC3

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

Shades of Snow Flurry #EDFAC3

Tints of Snow Flurry #EDFAC3

Color information

#EDFAC3 (or 0xEDFAC3) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and C3. RGB value is (237,250,195). Sum of RGB (Red+Green+Blue) = 237+250+195=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 195 (76.56% from 255 or 28.59% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC3 is #12053C. Grayscale: #F0F0F0. Windows color (decimal): -1180989 or 12843757. OLE color: 12843757.

HSL color Cylindrical-coordinate representation of color #EDFAC3: hue angle of 74.18º 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 #EDFAC3 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB237250195-
CMYK0.0500.220.02
HSL74.18º84.62%87.25%-
HSV(B)74.18º22%98.04%-
XYZ78.9690.3264.9-
YUV239.84102.69125.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.75%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 195 (76.56% from 255) = 28.59%
R=34.75%
G=36.66%
B=28.59%

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
Decimal2372501950.0500.220.0274.1884.6287.25
HexEDFAC3501624a5557
Octal35537230350262112125127
Binary11101101111110101100001110101011010100101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAC3; }

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

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

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

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

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

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

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

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