#EDFAC0

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

Shades of Snow Flurry #EDFAC0

Tints of Snow Flurry #EDFAC0

Color information

#EDFAC0 (or 0xEDFAC0) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and C0. RGB value is (237,250,192). Sum of RGB (Red+Green+Blue) = 237+250+192=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC0 is #12053F. Grayscale: #EFEFEF. Windows color (decimal): -1180992 or 12647149. OLE color: 12647149.

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

Color convert

RGB237250192-
CMYK0.0500.230.02
HSL73.45º85.29%86.67%-
HSV(B)73.45º23.2%98.04%-
XYZ78.6390.1863.13-
YUV239.5101.19126.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 192 (75.39% from 255) = 28.28%
R=34.90%
G=36.82%
B=28.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501920.0500.230.0273.4585.2986.67
HexEDFAC050172495557
Octal35537230050272111125127
Binary11101101111110101100000010101011110100100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAC0; }

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

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

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

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

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

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

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

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