#EDFAC7

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

Shades of Snow Flurry #EDFAC7

Tints of Snow Flurry #EDFAC7

Color information

#EDFAC7 (or 0xEDFAC7) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and C7. RGB value is (237,250,199). Sum of RGB (Red+Green+Blue) = 237+250+199=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 199 (78.12% from 255 or 29.01% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC7 is #120538. Grayscale: #F0F0F0. Windows color (decimal): -1180985 or 13105901. OLE color: 13105901.

HSL color Cylindrical-coordinate representation of color #EDFAC7: hue angle of 75.29º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDFAC7 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB237250199-
CMYK0.0500.200.02
HSL75.29º83.61%88.04%-
HSV(B)75.29º20.4%98.04%-
XYZ79.4290.567.32-
YUV240.3104.69125.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 199 (78.12% from 255) = 29.01%
R=34.55%
G=36.44%
B=29.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501990.0500.200.0275.2983.6188.04
HexEDFAC7501424b5458
Octal35537230750242113124130
Binary11101101111110101100011110101010010100101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAC7; }

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

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

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

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

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

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

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

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