Shades of Snow Flurry #EBFFC3
Tints of Snow Flurry #EBFFC3
RGB
CMYK
RGB Variations
Color information
#EBFFC3 (or 0xEBFFC3) is known color: Snow Flurry. HEX triplet: EB, FF and C3. RGB value is (235,255,195). Sum of RGB (Red+Green+Blue) = 235+255+195=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 195 (76.56% from 255 or 28.47% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC3 is #14003C. Grayscale: #F2F2F2. Windows color (decimal): -1310781 or 12845035. OLE color: 12845035.
HSL color Cylindrical-coordinate representation of color #EBFFC3: hue angle of 80º 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 #EBFFC3 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 195 | - |
| CMYK | 0.08 | 0 | 0.24 | 0 |
| HSL | 80º | 1% | 0.88% | - |
| HSV(B) | 80º | 0.24% | 1% | - |
| XYZ | 79.87 | 93.12 | 65.39 | - |
| YUV | 242.18 | 101.37 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 195 | 0.08 | 0 | 0.24 | 0 | 80 | 1 | 0.88 |
| Hex | EB | FF | C3 | 8 | 0 | 18 | 0 | 50 | 64 | 58 |
| Octal | 353 | 377 | 303 | 10 | 0 | 30 | 0 | 120 | 144 | 130 |
| Binary | 11101011 | 11111111 | 11000011 | 1000 | 0 | 11000 | 0 | 1010000 | 1100100 | 1011000 |
Color Harmonies of #EBFFC3
Complementary color
Monochromatic Colors of #EBFFC3
Black with #EBFFC3
Text Example
Text Example
White with #EBFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFC3; }
p { color: rgb(235,255,195); }
H1.HeaderClassName
{
color: #EBFFC3;
}
.AnyTagClassName
{
color: #EBFFC3;
}
</style>
background-color css
<style>
a { background-color: #EBFFC3; }
a { background-color: rgb(235,255,195); }
div.DivClassName
{
background-color: #EBFFC3;
}
.BgClassName
{
background-color: #EBFFC3;
}
</style>
border-color css
<style>
span { border-color: #EBFFC3; }
span { border-color: rgb(235,255,195); }
td.TdClassName
{
border-color: #EBFFC3;
}
.TagClassName
{
border-color: #EBFFC3;
}
</style>