#EFFECE

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

Shades of Snow Flurry #EFFECE

Tints of Snow Flurry #EFFECE

Color information

#EFFECE (or 0xEFFECE) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and CE. RGB value is (239,254,206). Sum of RGB (Red+Green+Blue) = 239+254+206=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFECE is #100131. Grayscale: #F4F4F4. Windows color (decimal): -1048882 or 13565679. OLE color: 13565679.

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

Color convert

RGB239254206-
CMYK0.0600.190.00
HSL78.75º96%90.2%-
HSV(B)78.75º18.9%99.61%-
XYZ82.1893.6972.15-
YUV244.04106.53124.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.19%
GREEN value IS 254 (99.61% from 255) = 36.34%
BLUE value IS 206 (80.86% from 255) = 29.47%
R=34.19%
G=36.34%
B=29.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542060.0600.190.0078.759690.2
HexEFFECE601304f605a
Octal35737631660230117140132
Binary1110111111111110110011101100100110100111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFECE; }

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

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

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

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

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

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

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

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