Shades of Snow Flurry #EBF9C0
Tints of Snow Flurry #EBF9C0
RGB
CMYK
RGB Variations
Color information
#EBF9C0 (or 0xEBF9C0) is known color: Snow Flurry. HEX triplet: EB, F9 and C0. RGB value is (235,249,192). Sum of RGB (Red+Green+Blue) = 235+249+192=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 192 (75.39% from 255 or 28.40% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF9C0 is #14063F. Grayscale: #EEEEEE. Windows color (decimal): -1312320 or 12646891. OLE color: 12646891.
HSL color Cylindrical-coordinate representation of color #EBF9C0: hue angle of 74.74º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBF9C0 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 249 | 192 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.02 |
| HSL | 74.74º | 0.83% | 0.86% | - |
| HSV(B) | 74.74º | 0.23% | 0.98% | - |
| XYZ | 77.65 | 89.22 | 63 | - |
| YUV | 238.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 249 | 192 | 0.06 | 0 | 0.23 | 0.02 | 74.74 | 0.83 | 0.86 |
| Hex | EB | F9 | C0 | 6 | 0 | 17 | 2 | 4B | 53 | 56 |
| Octal | 353 | 371 | 300 | 6 | 0 | 27 | 2 | 113 | 123 | 126 |
| Binary | 11101011 | 11111001 | 11000000 | 110 | 0 | 10111 | 10 | 1001011 | 1010011 | 1010110 |
Color Harmonies of #EBF9C0
Complementary color
Monochromatic Colors of #EBF9C0
Black with #EBF9C0
Text Example
Text Example
White with #EBF9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF9C0; }
p { color: rgb(235,249,192); }
H1.HeaderClassName
{
color: #EBF9C0;
}
.AnyTagClassName
{
color: #EBF9C0;
}
</style>
background-color css
<style>
a { background-color: #EBF9C0; }
a { background-color: rgb(235,249,192); }
div.DivClassName
{
background-color: #EBF9C0;
}
.BgClassName
{
background-color: #EBF9C0;
}
</style>
border-color css
<style>
span { border-color: #EBF9C0; }
span { border-color: rgb(235,249,192); }
td.TdClassName
{
border-color: #EBF9C0;
}
.TagClassName
{
border-color: #EBF9C0;
}
</style>