Shades of Snow Flurry #EFFCC3
Tints of Snow Flurry #EFFCC3
RGB
CMYK
RGB Variations
Color information
#EFFCC3 (or 0xEFFCC3) is known color: Snow Flurry. HEX triplet: EF, FC and C3. RGB value is (239,252,195). Sum of RGB (Red+Green+Blue) = 239+252+195=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 195 (76.56% from 255 or 28.43% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC3 is #10033C. Grayscale: #F1F1F1. Windows color (decimal): -1049405 or 12844271. OLE color: 12844271.
HSL color Cylindrical-coordinate representation of color #EFFCC3: hue angle of 73.68º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFFCC3 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 195 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.01 |
| HSL | 73.68º | 0.9% | 0.88% | - |
| HSV(B) | 73.68º | 0.23% | 0.99% | - |
| XYZ | 80.26 | 91.91 | 65.14 | - |
| YUV | 241.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 195 | 0.05 | 0 | 0.23 | 0.01 | 73.68 | 0.9 | 0.88 |
| Hex | EF | FC | C3 | 5 | 0 | 17 | 1 | 4A | 5A | 58 |
| Octal | 357 | 374 | 303 | 5 | 0 | 27 | 1 | 112 | 132 | 130 |
| Binary | 11101111 | 11111100 | 11000011 | 101 | 0 | 10111 | 1 | 1001010 | 1011010 | 1011000 |
Color Harmonies of #EFFCC3
Complementary color
Monochromatic Colors of #EFFCC3
Black with #EFFCC3
Text Example
Text Example
White with #EFFCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCC3; }
p { color: rgb(239,252,195); }
H1.HeaderClassName
{
color: #EFFCC3;
}
.AnyTagClassName
{
color: #EFFCC3;
}
</style>
background-color css
<style>
a { background-color: #EFFCC3; }
a { background-color: rgb(239,252,195); }
div.DivClassName
{
background-color: #EFFCC3;
}
.BgClassName
{
background-color: #EFFCC3;
}
</style>
border-color css
<style>
span { border-color: #EFFCC3; }
span { border-color: rgb(239,252,195); }
td.TdClassName
{
border-color: #EFFCC3;
}
.TagClassName
{
border-color: #EFFCC3;
}
</style>