Shades of Snow Flurry #EBFFD0
Tints of Snow Flurry #EBFFD0
RGB
CMYK
RGB Variations
Color information
#EBFFD0 (or 0xEBFFD0) is known color: Snow Flurry. HEX triplet: EB, FF and D0. RGB value is (235,255,208). Sum of RGB (Red+Green+Blue) = 235+255+208=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 208 (81.64% from 255 or 29.80% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFD0 is #14002F. Grayscale: #F3F3F3. Windows color (decimal): -1310768 or 13697003. OLE color: 13697003.
HSL color Cylindrical-coordinate representation of color #EBFFD0: hue angle of 85.53º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBFFD0 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 208 | - |
| CMYK | 0.08 | 0 | 0.18 | 0 |
| HSL | 85.53º | 1% | 0.91% | - |
| HSV(B) | 85.53º | 0.18% | 1% | - |
| XYZ | 81.41 | 93.74 | 73.48 | - |
| YUV | 243.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 208 | 0.08 | 0 | 0.18 | 0 | 85.53 | 1 | 0.91 |
| Hex | EB | FF | D0 | 8 | 0 | 12 | 0 | 56 | 64 | 5B |
| Octal | 353 | 377 | 320 | 10 | 0 | 22 | 0 | 126 | 144 | 133 |
| Binary | 11101011 | 11111111 | 11010000 | 1000 | 0 | 10010 | 0 | 1010110 | 1100100 | 1011011 |
Color Harmonies of #EBFFD0
Complementary color
Monochromatic Colors of #EBFFD0
Black with #EBFFD0
Text Example
Text Example
White with #EBFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFD0; }
p { color: rgb(235,255,208); }
H1.HeaderClassName
{
color: #EBFFD0;
}
.AnyTagClassName
{
color: #EBFFD0;
}
</style>
background-color css
<style>
a { background-color: #EBFFD0; }
a { background-color: rgb(235,255,208); }
div.DivClassName
{
background-color: #EBFFD0;
}
.BgClassName
{
background-color: #EBFFD0;
}
</style>
border-color css
<style>
span { border-color: #EBFFD0; }
span { border-color: rgb(235,255,208); }
td.TdClassName
{
border-color: #EBFFD0;
}
.TagClassName
{
border-color: #EBFFD0;
}
</style>