#EFFCC5

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

Shades of Snow Flurry #EFFCC5

Tints of Snow Flurry #EFFCC5

Color information

#EFFCC5 (or 0xEFFCC5) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and C5. RGB value is (239,252,197). Sum of RGB (Red+Green+Blue) = 239+252+197=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 197 (77.34% from 255 or 28.63% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC5 is #10033A. Grayscale: #F2F2F2. Windows color (decimal): -1049403 or 12975343. OLE color: 12975343.

HSL color Cylindrical-coordinate representation of color #EFFCC5: hue angle of 74.18º 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 #EFFCC5 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB239252197-
CMYK0.0500.220.01
HSL74.18º90.16%88.04%-
HSV(B)74.18º21.83%98.82%-
XYZ80.499266.34-
YUV241.84102.69125.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 252 (98.83% from 255) = 36.63%
BLUE value IS 197 (77.34% from 255) = 28.63%
R=34.74%
G=36.63%
B=28.63%

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
Decimal2392521970.0500.220.0174.1890.1688.04
HexEFFCC5501614a5a58
Octal35737430550261112132130
Binary1110111111111100110001011010101101100101010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCC5; }

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

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

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

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

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

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

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

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