#EDFDD0

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

Shades of Snow Flurry #EDFDD0

Tints of Snow Flurry #EDFDD0

Color information

#EDFDD0 (or 0xEDFDD0) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and D0. RGB value is (237,253,208). Sum of RGB (Red+Green+Blue) = 237+253+208=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDD0 is #12022F. Grayscale: #F3F3F3. Windows color (decimal): -1180208 or 13696493. OLE color: 13696493.

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

Color convert

RGB237253208-
CMYK0.0600.180.01
HSL81.33º91.84%90.39%-
HSV(B)81.33º17.79%99.22%-
XYZ81.4492.8173.3-
YUV243.09108.2123.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 253 (99.22% from 255) = 36.25%
BLUE value IS 208 (81.64% from 255) = 29.80%
R=33.95%
G=36.25%
B=29.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532080.0600.180.0181.3391.8490.39
HexEDFDD060121515c5a
Octal35537532060221121134132
Binary1110110111111101110100001100100101101000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDD0; }

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

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

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

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

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

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

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

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