#EDFBD1

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

Shades of Snow Flurry #EDFBD1

Tints of Snow Flurry #EDFBD1

Color information

#EDFBD1 (or 0xEDFBD1) is unknown color: approx Snow Flurry. HEX triplet: ED, FB and D1. RGB value is (237,251,209). Sum of RGB (Red+Green+Blue) = 237+251+209=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 209 (82.03% from 255 or 29.99% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBD1 is #12042E. Grayscale: #F2F2F2. Windows color (decimal): -1180719 or 13761517. OLE color: 13761517.

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

Color convert

RGB237251209-
CMYK0.0600.170.02
HSL80º84%90.2%-
HSV(B)80º16.73%98.43%-
XYZ80.9391.673.74-
YUV242.03109.36124.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 251 (98.44% from 255) = 36.01%
BLUE value IS 209 (82.03% from 255) = 29.99%
R=34.00%
G=36.01%
B=29.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372512090.0600.170.02808490.2
HexEDFBD16011250545a
Octal35537332160212120124132
Binary11101101111110111101000111001000110101000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBD1; }

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

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

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

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

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

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

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

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