#EDFFCA

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

Shades of Snow Flurry #EDFFCA

Tints of Snow Flurry #EDFFCA

Color information

#EDFFCA (or 0xEDFFCA) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and CA. RGB value is (237,255,202). Sum of RGB (Red+Green+Blue) = 237+255+202=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFCA is #120035. Grayscale: #F3F3F3. Windows color (decimal): -1179702 or 13303789. OLE color: 13303789.

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

Color convert

RGB237255202-
CMYK0.0700.210
HSL80.38º100%89.61%-
HSV(B)80.38º20.78%100%-
XYZ81.3593.7969.69-
YUV243.58104.54123.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.15%
GREEN value IS 255 (100% from 255) = 36.74%
BLUE value IS 202 (79.30% from 255) = 29.11%
R=34.15%
G=36.74%
B=29.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552020.0700.21080.3810089.61
HexEDFFCA7015050645a
Octal35537731270250120144132
Binary1110110111111111110010101110101010101000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFCA; }

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

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

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

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

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

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

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

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