Shades of Snow Flurry #EBFCC9
Tints of Snow Flurry #EBFCC9
RGB
CMYK
RGB Variations
Color information
#EBFCC9 (or 0xEBFCC9) is known color: Snow Flurry. HEX triplet: EB, FC and C9. RGB value is (235,252,201). Sum of RGB (Red+Green+Blue) = 235+252+201=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 201 (78.91% from 255 or 29.22% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCC9 is #140336. Grayscale: #F1F1F1. Windows color (decimal): -1311543 or 13237483. OLE color: 13237483.
HSL color Cylindrical-coordinate representation of color #EBFCC9: hue angle of 80º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBFCC9 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 201 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.01 |
| HSL | 80º | 0.89% | 0.89% | - |
| HSV(B) | 80º | 0.2% | 0.99% | - |
| XYZ | 79.61 | 91.5 | 68.72 | - |
| YUV | 241.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 201 | 0.07 | 0 | 0.20 | 0.01 | 80 | 0.89 | 0.89 |
| Hex | EB | FC | C9 | 7 | 0 | 14 | 1 | 50 | 59 | 59 |
| Octal | 353 | 374 | 311 | 7 | 0 | 24 | 1 | 120 | 131 | 131 |
| Binary | 11101011 | 11111100 | 11001001 | 111 | 0 | 10100 | 1 | 1010000 | 1011001 | 1011001 |
Color Harmonies of #EBFCC9
Complementary color
Monochromatic Colors of #EBFCC9
Black with #EBFCC9
Text Example
Text Example
White with #EBFCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCC9; }
p { color: rgb(235,252,201); }
H1.HeaderClassName
{
color: #EBFCC9;
}
.AnyTagClassName
{
color: #EBFCC9;
}
</style>
background-color css
<style>
a { background-color: #EBFCC9; }
a { background-color: rgb(235,252,201); }
div.DivClassName
{
background-color: #EBFCC9;
}
.BgClassName
{
background-color: #EBFCC9;
}
</style>
border-color css
<style>
span { border-color: #EBFCC9; }
span { border-color: rgb(235,252,201); }
td.TdClassName
{
border-color: #EBFCC9;
}
.TagClassName
{
border-color: #EBFCC9;
}
</style>