Shades of Snow Flurry #EBFCC0
Tints of Snow Flurry #EBFCC0
RGB
CMYK
RGB Variations
Color information
#EBFCC0 (or 0xEBFCC0) is known color: Snow Flurry. HEX triplet: EB, FC and C0. RGB value is (235,252,192). Sum of RGB (Red+Green+Blue) = 235+252+192=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCC0 is #14033F. Grayscale: #F0F0F0. Windows color (decimal): -1311552 or 12647659. OLE color: 12647659.
HSL color Cylindrical-coordinate representation of color #EBFCC0: hue angle of 77º 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 #EBFCC0 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 192 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.01 |
| HSL | 77º | 0.91% | 0.87% | - |
| HSV(B) | 77º | 0.24% | 0.99% | - |
| XYZ | 78.59 | 91.09 | 63.31 | - |
| YUV | 240.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 192 | 0.07 | 0 | 0.24 | 0.01 | 77 | 0.91 | 0.87 |
| Hex | EB | FC | C0 | 7 | 0 | 18 | 1 | 4D | 5B | 57 |
| Octal | 353 | 374 | 300 | 7 | 0 | 30 | 1 | 115 | 133 | 127 |
| Binary | 11101011 | 11111100 | 11000000 | 111 | 0 | 11000 | 1 | 1001101 | 1011011 | 1010111 |
Color Harmonies of #EBFCC0
Complementary color
Monochromatic Colors of #EBFCC0
Black with #EBFCC0
Text Example
Text Example
White with #EBFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCC0; }
p { color: rgb(235,252,192); }
H1.HeaderClassName
{
color: #EBFCC0;
}
.AnyTagClassName
{
color: #EBFCC0;
}
</style>
background-color css
<style>
a { background-color: #EBFCC0; }
a { background-color: rgb(235,252,192); }
div.DivClassName
{
background-color: #EBFCC0;
}
.BgClassName
{
background-color: #EBFCC0;
}
</style>
border-color css
<style>
span { border-color: #EBFCC0; }
span { border-color: rgb(235,252,192); }
td.TdClassName
{
border-color: #EBFCC0;
}
.TagClassName
{
border-color: #EBFCC0;
}
</style>