#EDFBD5

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

Shades of Snow Flurry #EDFBD5

Tints of Snow Flurry #EDFBD5

Color information

#EDFBD5 (or 0xEDFBD5) is unknown color: approx Snow Flurry. HEX triplet: ED, FB and D5. RGB value is (237,251,213). Sum of RGB (Red+Green+Blue) = 237+251+213=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 213 (83.59% from 255 or 30.39% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBD5 is #12042A. Grayscale: #F2F2F2. Windows color (decimal): -1180715 or 14023661. OLE color: 14023661.

HSL color Cylindrical-coordinate representation of color #EDFBD5: hue angle of 82.11º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDFBD5 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB237251213-
CMYK0.0600.150.02
HSL82.11º82.61%90.98%-
HSV(B)82.11º15.14%98.43%-
XYZ81.4391.876.38-
YUV242.48111.36124.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 213 (83.59% from 255) = 30.39%
R=33.81%
G=35.81%
B=30.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512130.0600.150.0282.1182.6190.98
HexEDFBD560F252535b
Octal35537332560172122123133
Binary1110110111111011110101011100111110101001010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBD5; }

 p { color: rgb(237,251,213); }

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

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

 a { background-color: rgb(237,251,213); }

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

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

 span { border-color: rgb(237,251,213); }

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