#EDFCCF

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

Shades of Snow Flurry #EDFCCF

Tints of Snow Flurry #EDFCCF

Color information

#EDFCCF (or 0xEDFCCF) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and CF. RGB value is (237,252,207). Sum of RGB (Red+Green+Blue) = 237+252+207=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCCF is #120330. Grayscale: #F2F2F2. Windows color (decimal): -1180465 or 13630701. OLE color: 13630701.

HSL color Cylindrical-coordinate representation of color #EDFCCF: hue angle of 80º degrees, saturation: 0.88, 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 #EDFCCF is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB237252207-
CMYK0.0600.180.01
HSL80º88.24%90%-
HSV(B)80º17.86%98.82%-
XYZ8192.1372.55-
YUV242.38108.03124.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 252 (98.83% from 255) = 36.21%
BLUE value IS 207 (81.25% from 255) = 29.74%
R=34.05%
G=36.21%
B=29.74%

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
Decimal2372522070.0600.180.018088.2490
HexEDFCCF6012150585a
Octal35537431760221120130132
Binary1110110111111100110011111100100101101000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCCF; }

 p { color: rgb(237,252,207); }

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

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

 a { background-color: rgb(237,252,207); }

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

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

 span { border-color: rgb(237,252,207); }

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