#EFFECC

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

Shades of Snow Flurry #EFFECC

Tints of Snow Flurry #EFFECC

Color information

#EFFECC (or 0xEFFECC) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and CC. RGB value is (239,254,204). Sum of RGB (Red+Green+Blue) = 239+254+204=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 204 (80.08% from 255 or 29.27% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFECC is #100133. Grayscale: #F4F4F4. Windows color (decimal): -1048884 or 13434607. OLE color: 13434607.

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

Color convert

RGB239254204-
CMYK0.0600.200.00
HSL78º96.15%89.8%-
HSV(B)78º19.69%99.61%-
XYZ81.9493.5970.87-
YUV243.81105.53124.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 204 (80.08% from 255) = 29.27%
R=34.29%
G=36.44%
B=29.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392542040.0600.200.007896.1589.8
HexEFFECC601404e605a
Octal35737631460240116140132
Binary1110111111111110110011001100101000100111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFECC; }

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

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

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

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

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

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

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

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