Shades of Snow Flurry #EBFFC1
Tints of Snow Flurry #EBFFC1
RGB
CMYK
RGB Variations
Color information
#EBFFC1 (or 0xEBFFC1) is known color: Snow Flurry. HEX triplet: EB, FF and C1. RGB value is (235,255,193). Sum of RGB (Red+Green+Blue) = 235+255+193=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 193 (75.78% from 255 or 28.26% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC1 is #14003E. Grayscale: #F2F2F2. Windows color (decimal): -1310783 or 12713963. OLE color: 12713963.
HSL color Cylindrical-coordinate representation of color #EBFFC1: hue angle of 79.35º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBFFC1 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 193 | - |
| CMYK | 0.08 | 0 | 0.24 | 0 |
| HSL | 79.35º | 1% | 0.88% | - |
| HSV(B) | 79.35º | 0.24% | 1% | - |
| XYZ | 79.65 | 93.03 | 64.21 | - |
| YUV | 241.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 193 | 0.08 | 0 | 0.24 | 0 | 79.35 | 1 | 0.88 |
| Hex | EB | FF | C1 | 8 | 0 | 18 | 0 | 4F | 64 | 58 |
| Octal | 353 | 377 | 301 | 10 | 0 | 30 | 0 | 117 | 144 | 130 |
| Binary | 11101011 | 11111111 | 11000001 | 1000 | 0 | 11000 | 0 | 1001111 | 1100100 | 1011000 |
Color Harmonies of #EBFFC1
Complementary color
Monochromatic Colors of #EBFFC1
Black with #EBFFC1
Text Example
Text Example
White with #EBFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFC1; }
p { color: rgb(235,255,193); }
H1.HeaderClassName
{
color: #EBFFC1;
}
.AnyTagClassName
{
color: #EBFFC1;
}
</style>
background-color css
<style>
a { background-color: #EBFFC1; }
a { background-color: rgb(235,255,193); }
div.DivClassName
{
background-color: #EBFFC1;
}
.BgClassName
{
background-color: #EBFFC1;
}
</style>
border-color css
<style>
span { border-color: #EBFFC1; }
span { border-color: rgb(235,255,193); }
td.TdClassName
{
border-color: #EBFFC1;
}
.TagClassName
{
border-color: #EBFFC1;
}
</style>