#EDFDBD

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

Shades of Snow Flurry #EDFDBD

Tints of Snow Flurry #EDFDBD

Color information

#EDFDBD (or 0xEDFDBD) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and BD. RGB value is (237,253,189). Sum of RGB (Red+Green+Blue) = 237+253+189=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 189 (74.22% from 255 or 27.84% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDBD is #120242. Grayscale: #F1F1F1. Windows color (decimal): -1180227 or 12451309. OLE color: 12451309.

HSL color Cylindrical-coordinate representation of color #EDFDBD: hue angle of 75º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDFDBD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB237253189-
CMYK0.0600.250.01
HSL75º94.12%86.67%-
HSV(B)75º25.3%99.22%-
XYZ79.2491.9361.71-
YUV240.9298.7125.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.90%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 189 (74.22% from 255) = 27.84%
R=34.90%
G=37.26%
B=27.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531890.0600.250.017594.1286.67
HexEDFDBD601914b5e57
Octal35537527560311113136127
Binary1110110111111101101111011100110011100101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDBD; }

 p { color: rgb(237,253,189); }

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

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

 a { background-color: rgb(237,253,189); }

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

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

 span { border-color: rgb(237,253,189); }

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