#EDFDCE

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

Shades of Snow Flurry #EDFDCE

Tints of Snow Flurry #EDFDCE

Color information

#EDFDCE (or 0xEDFDCE) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and CE. RGB value is (237,253,206). Sum of RGB (Red+Green+Blue) = 237+253+206=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDCE is #120231. Grayscale: #F3F3F3. Windows color (decimal): -1180210 or 13565421. OLE color: 13565421.

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

Color convert

RGB237253206-
CMYK0.0600.190.01
HSL80.43º92.16%90%-
HSV(B)80.43º18.58%99.22%-
XYZ81.1992.7172.01-
YUV242.86107.2123.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 206 (80.86% from 255) = 29.60%
R=34.05%
G=36.35%
B=29.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532060.0600.190.0180.4392.1690
HexEDFDCE60131505c5a
Octal35537531660231120134132
Binary1110110111111101110011101100100111101000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDCE; }

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

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

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

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

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

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

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

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