#EDFAC8

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

Shades of Snow Flurry #EDFAC8

Tints of Snow Flurry #EDFAC8

Color information

#EDFAC8 (or 0xEDFAC8) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and C8. RGB value is (237,250,200). Sum of RGB (Red+Green+Blue) = 237+250+200=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 200 (78.52% from 255 or 29.11% from 687); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAC8 is #120537. Grayscale: #F0F0F0. Windows color (decimal): -1180984 or 13171437. OLE color: 13171437.

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

Color convert

RGB237250200-
CMYK0.0500.20.02
HSL75.6º83.33%88.24%-
HSV(B)75.6º20%98.04%-
XYZ79.5490.5567.93-
YUV240.41105.19125.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 250 (98.05% from 255) = 36.39%
BLUE value IS 200 (78.52% from 255) = 29.11%
R=34.50%
G=36.39%
B=29.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502000.0500.20.0275.683.3388.24
HexEDFAC8501424c5358
Octal35537231050242114123130
Binary11101101111110101100100010101010010100110010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAC8; }

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

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

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

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

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

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

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

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