#EDFCCD

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

Shades of Snow Flurry #EDFCCD

Tints of Snow Flurry #EDFCCD

Color information

#EDFCCD (or 0xEDFCCD) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and CD. RGB value is (237,252,205). Sum of RGB (Red+Green+Blue) = 237+252+205=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCCD is #120332. Grayscale: #F2F2F2. Windows color (decimal): -1180467 or 13499629. OLE color: 13499629.

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

Color convert

RGB237252205-
CMYK0.0600.190.01
HSL79.15º88.68%89.61%-
HSV(B)79.15º18.65%98.82%-
XYZ80.7592.0371.27-
YUV242.16107.03124.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 252 (98.83% from 255) = 36.31%
BLUE value IS 205 (80.47% from 255) = 29.54%
R=34.15%
G=36.31%
B=29.54%

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
Decimal2372522050.0600.190.0179.1588.6889.61
HexEDFCCD601314f595a
Octal35537431560231117131132
Binary1110110111111100110011011100100111100111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCCD; }

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

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

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

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

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

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

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

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