#EFFECF

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

Shades of Snow Flurry #EFFECF

Tints of Snow Flurry #EFFECF

Color information

#EFFECF (or 0xEFFECF) is unknown color: approx Snow Flurry. HEX triplet: EF, FE and CF. RGB value is (239,254,207). Sum of RGB (Red+Green+Blue) = 239+254+207=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 207 (81.25% from 255 or 29.57% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFECF is #100130. Grayscale: #F4F4F4. Windows color (decimal): -1048881 or 13631215. OLE color: 13631215.

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

Color convert

RGB239254207-
CMYK0.0600.190.00
HSL79.15º95.92%90.39%-
HSV(B)79.15º18.5%99.61%-
XYZ82.393.7472.79-
YUV244.16107.03124.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 207 (81.25% from 255) = 29.57%
R=34.14%
G=36.29%
B=29.57%

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
Decimal2392542070.0600.190.0079.1595.9290.39
HexEFFECF601304f605a
Octal35737631760230117140132
Binary1110111111111110110011111100100110100111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFECF; }

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

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

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

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

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

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

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

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