#EDFAD1

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

Shades of Snow Flurry #EDFAD1

Tints of Snow Flurry #EDFAD1

Color information

#EDFAD1 (or 0xEDFAD1) is unknown color: approx Snow Flurry. HEX triplet: ED, FA and D1. RGB value is (237,250,209). Sum of RGB (Red+Green+Blue) = 237+250+209=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 209 (82.03% from 255 or 30.03% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAD1 is #12052E. Grayscale: #F1F1F1. Windows color (decimal): -1180975 or 13761261. OLE color: 13761261.

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

Color convert

RGB237250209-
CMYK0.0500.160.02
HSL79.02º80.39%90%-
HSV(B)79.02º16.4%98.04%-
XYZ80.6290.9873.63-
YUV241.44109.69124.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 250 (98.05% from 255) = 35.92%
BLUE value IS 209 (82.03% from 255) = 30.03%
R=34.05%
G=35.92%
B=30.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502090.0500.160.0279.0280.3990
HexEDFAD1501024f505a
Octal35537232150202117120132
Binary11101101111110101101000110101000010100111110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAD1; }

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

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

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

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

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

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

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

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