#EFFFCA

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

Shades of Snow Flurry #EFFFCA

Tints of Snow Flurry #EFFFCA

Color information

#EFFFCA (or 0xEFFFCA) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and CA. RGB value is (239,255,202). Sum of RGB (Red+Green+Blue) = 239+255+202=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFCA is #100035. Grayscale: #F4F4F4. Windows color (decimal): -1048630 or 13303791. OLE color: 13303791.

HSL color Cylindrical-coordinate representation of color #EFFFCA: hue angle of 78.11º 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 #EFFFCA is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB239255202-
CMYK0.0600.210
HSL78.11º100%89.61%-
HSV(B)78.11º20.78%100%-
XYZ82.0294.1369.72-
YUV244.17104.2124.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 202 (79.30% from 255) = 29.02%
R=34.34%
G=36.64%
B=29.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552020.0600.21078.1110089.61
HexEFFFCA601504e645a
Octal35737731260250116144132
Binary1110111111111111110010101100101010100111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFCA; }

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

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

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

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

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

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

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

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