#EFFCCE

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

Shades of Snow Flurry #EFFCCE

Tints of Snow Flurry #EFFCCE

Color information

#EFFCCE (or 0xEFFCCE) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and CE. RGB value is (239,252,206). Sum of RGB (Red+Green+Blue) = 239+252+206=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCCE is #100331. Grayscale: #F3F3F3. Windows color (decimal): -1049394 or 13565167. OLE color: 13565167.

HSL color Cylindrical-coordinate representation of color #EFFCCE: hue angle of 76.96º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFCCE is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB239252206-
CMYK0.0500.180.01
HSL76.96º88.46%89.8%-
HSV(B)76.96º18.25%98.82%-
XYZ81.5592.4371.93-
YUV242.87107.19125.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 252 (98.83% from 255) = 36.15%
BLUE value IS 206 (80.86% from 255) = 29.56%
R=34.29%
G=36.15%
B=29.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522060.0500.180.0176.9688.4689.8
HexEFFCCE501214d585a
Octal35737431650221115130132
Binary1110111111111100110011101010100101100110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCCE; }

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

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

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

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

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

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

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

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