#EDFCCA

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

Shades of Snow Flurry #EDFCCA

Tints of Snow Flurry #EDFCCA

Color information

#EDFCCA (or 0xEDFCCA) is unknown color: approx Snow Flurry. HEX triplet: ED, FC and CA. RGB value is (237,252,202). Sum of RGB (Red+Green+Blue) = 237+252+202=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCCA is #120335. Grayscale: #F1F1F1. Windows color (decimal): -1180470 or 13303021. OLE color: 13303021.

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

Color convert

RGB237252202-
CMYK0.0600.200.01
HSL78º89.29%89.02%-
HSV(B)78º19.84%98.82%-
XYZ80.491.8969.38-
YUV241.81105.53124.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 202 (79.30% from 255) = 29.23%
R=34.30%
G=36.47%
B=29.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522020.0600.200.017889.2989.02
HexEDFCCA601414e5959
Octal35537431260241116131131
Binary1110110111111100110010101100101001100111010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCCA; }

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

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

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

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

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

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

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

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