Shades of Snow Flurry #EBFFCE
Tints of Snow Flurry #EBFFCE
RGB
CMYK
RGB Variations
Color information
#EBFFCE (or 0xEBFFCE) is known color: Snow Flurry. HEX triplet: EB, FF and CE. RGB value is (235,255,206). Sum of RGB (Red+Green+Blue) = 235+255+206=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFCE is #140031. Grayscale: #F3F3F3. Windows color (decimal): -1310770 or 13565931. OLE color: 13565931.
HSL color Cylindrical-coordinate representation of color #EBFFCE: hue angle of 84.49º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBFFCE is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 206 | - |
| CMYK | 0.08 | 0 | 0.19 | 0 |
| HSL | 84.49º | 1% | 0.9% | - |
| HSV(B) | 84.49º | 0.19% | 1% | - |
| XYZ | 81.16 | 93.64 | 72.19 | - |
| YUV | 243.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 206 | 0.08 | 0 | 0.19 | 0 | 84.49 | 1 | 0.9 |
| Hex | EB | FF | CE | 8 | 0 | 13 | 0 | 54 | 64 | 5A |
| Octal | 353 | 377 | 316 | 10 | 0 | 23 | 0 | 124 | 144 | 132 |
| Binary | 11101011 | 11111111 | 11001110 | 1000 | 0 | 10011 | 0 | 1010100 | 1100100 | 1011010 |
Color Harmonies of #EBFFCE
Complementary color
Monochromatic Colors of #EBFFCE
Black with #EBFFCE
Text Example
Text Example
White with #EBFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFCE; }
p { color: rgb(235,255,206); }
H1.HeaderClassName
{
color: #EBFFCE;
}
.AnyTagClassName
{
color: #EBFFCE;
}
</style>
background-color css
<style>
a { background-color: #EBFFCE; }
a { background-color: rgb(235,255,206); }
div.DivClassName
{
background-color: #EBFFCE;
}
.BgClassName
{
background-color: #EBFFCE;
}
</style>
border-color css
<style>
span { border-color: #EBFFCE; }
span { border-color: rgb(235,255,206); }
td.TdClassName
{
border-color: #EBFFCE;
}
.TagClassName
{
border-color: #EBFFCE;
}
</style>