#EFFCC4

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

Shades of Snow Flurry #EFFCC4

Tints of Snow Flurry #EFFCC4

Color information

#EFFCC4 (or 0xEFFCC4) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and C4. RGB value is (239,252,196). Sum of RGB (Red+Green+Blue) = 239+252+196=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 196 (76.95% from 255 or 28.53% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC4 is #10033B. Grayscale: #F1F1F1. Windows color (decimal): -1049404 or 12909807. OLE color: 12909807.

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

Color convert

RGB239252196-
CMYK0.0500.220.01
HSL73.93º90.32%87.84%-
HSV(B)73.93º22.22%98.82%-
XYZ80.3791.9665.74-
YUV241.73102.19126.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 252 (98.83% from 255) = 36.68%
BLUE value IS 196 (76.95% from 255) = 28.53%
R=34.79%
G=36.68%
B=28.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392521960.0500.220.0173.9390.3287.84
HexEFFCC4501614a5a58
Octal35737430450261112132130
Binary1110111111111100110001001010101101100101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCC4; }

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

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

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

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

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

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

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

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