#EDFECC

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

Shades of Snow Flurry #EDFECC

Tints of Snow Flurry #EDFECC

Color information

#EDFECC (or 0xEDFECC) is unknown color: approx Snow Flurry. HEX triplet: ED, FE and CC. RGB value is (237,254,204). Sum of RGB (Red+Green+Blue) = 237+254+204=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFECC is #120133. Grayscale: #F3F3F3. Windows color (decimal): -1179956 or 13434605. OLE color: 13434605.

HSL color Cylindrical-coordinate representation of color #EDFECC: hue angle of 80.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDFECC is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB237254204-
CMYK0.0700.200.00
HSL80.4º96.15%89.8%-
HSV(B)80.4º19.69%99.61%-
XYZ81.2793.2570.84-
YUV243.22105.87123.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 204 (80.08% from 255) = 29.35%
R=34.10%
G=36.55%
B=29.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542040.0700.200.0080.496.1589.8
HexEDFECC7014050605a
Octal35537631470240120140132
Binary1110110111111110110011001110101000101000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFECC; }

 p { color: rgb(237,254,204); }

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

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

 a { background-color: rgb(237,254,204); }

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

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

 span { border-color: rgb(237,254,204); }

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