Shades of Snow Flurry #EFFCC0
Tints of Snow Flurry #EFFCC0
RGB
CMYK
RGB Variations
Color information
#EFFCC0 (or 0xEFFCC0) is known color: Snow Flurry. HEX triplet: EF, FC and C0. RGB value is (239,252,192). Sum of RGB (Red+Green+Blue) = 239+252+192=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 192 (75.39% from 255 or 28.11% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC0 is #10033F. Grayscale: #F1F1F1. Windows color (decimal): -1049408 or 12647663. OLE color: 12647663.
HSL color Cylindrical-coordinate representation of color #EFFCC0: hue angle of 73º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFFCC0 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 192 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.01 |
| HSL | 73º | 0.91% | 0.87% | - |
| HSV(B) | 73º | 0.24% | 0.99% | - |
| XYZ | 79.92 | 91.78 | 63.37 | - |
| YUV | 241.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 192 | 0.05 | 0 | 0.24 | 0.01 | 73 | 0.91 | 0.87 |
| Hex | EF | FC | C0 | 5 | 0 | 18 | 1 | 49 | 5B | 57 |
| Octal | 357 | 374 | 300 | 5 | 0 | 30 | 1 | 111 | 133 | 127 |
| Binary | 11101111 | 11111100 | 11000000 | 101 | 0 | 11000 | 1 | 1001001 | 1011011 | 1010111 |
Color Harmonies of #EFFCC0
Complementary color
Monochromatic Colors of #EFFCC0
Black with #EFFCC0
Text Example
Text Example
White with #EFFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCC0; }
p { color: rgb(239,252,192); }
H1.HeaderClassName
{
color: #EFFCC0;
}
.AnyTagClassName
{
color: #EFFCC0;
}
</style>
background-color css
<style>
a { background-color: #EFFCC0; }
a { background-color: rgb(239,252,192); }
div.DivClassName
{
background-color: #EFFCC0;
}
.BgClassName
{
background-color: #EFFCC0;
}
</style>
border-color css
<style>
span { border-color: #EFFCC0; }
span { border-color: rgb(239,252,192); }
td.TdClassName
{
border-color: #EFFCC0;
}
.TagClassName
{
border-color: #EFFCC0;
}
</style>