#EFFFCE

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

Shades of Snow Flurry #EFFFCE

Tints of Snow Flurry #EFFFCE

Color information

#EFFFCE (or 0xEFFFCE) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and CE. RGB value is (239,255,206). Sum of RGB (Red+Green+Blue) = 239+255+206=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 206 (80.86% from 255 or 29.43% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFCE is #100031. Grayscale: #F4F4F4. Windows color (decimal): -1048626 or 13565935. OLE color: 13565935.

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

Color convert

RGB239255206-
CMYK0.0600.190
HSL79.59º100%90.39%-
HSV(B)79.59º19.22%100%-
XYZ82.594.3372.25-
YUV244.63106.2123.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 255 (100% from 255) = 36.43%
BLUE value IS 206 (80.86% from 255) = 29.43%
R=34.14%
G=36.43%
B=29.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552060.0600.19079.5910090.39
HexEFFFCE6013050645a
Octal35737731660230120144132
Binary1110111111111111110011101100100110101000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFCE; }

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

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

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

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

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

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

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

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