#EFFCC7

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

Shades of Snow Flurry #EFFCC7

Tints of Snow Flurry #EFFCC7

Color information

#EFFCC7 (or 0xEFFCC7) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and C7. RGB value is (239,252,199). Sum of RGB (Red+Green+Blue) = 239+252+199=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 199 (78.12% from 255 or 28.84% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC7 is #100338. Grayscale: #F2F2F2. Windows color (decimal): -1049401 or 13106415. OLE color: 13106415.

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

Color convert

RGB239252199-
CMYK0.0500.210.01
HSL74.72º89.83%88.43%-
HSV(B)74.72º21.03%98.82%-
XYZ80.7292.167.55-
YUV242.07103.69125.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 199 (78.12% from 255) = 28.84%
R=34.64%
G=36.52%
B=28.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392521990.0500.210.0174.7289.8388.43
HexEFFCC7501514b5a58
Octal35737430750251113132130
Binary1110111111111100110001111010101011100101110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCC7; }

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

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

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

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

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

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

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

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