Shades of Snow Flurry #EBFDC8
Tints of Snow Flurry #EBFDC8
RGB
CMYK
RGB Variations
Color information
#EBFDC8 (or 0xEBFDC8) is known color: Snow Flurry. HEX triplet: EB, FD and C8. RGB value is (235,253,200). Sum of RGB (Red+Green+Blue) = 235+253+200=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDC8 is #140237. Grayscale: #F1F1F1. Windows color (decimal): -1311288 or 13172203. OLE color: 13172203.
HSL color Cylindrical-coordinate representation of color #EBFDC8: hue angle of 80.38º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBFDC8 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 200 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.01 |
| HSL | 80.38º | 0.93% | 0.89% | - |
| HSV(B) | 80.38º | 0.21% | 0.99% | - |
| XYZ | 79.81 | 92.08 | 68.21 | - |
| YUV | 241.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 200 | 0.07 | 0 | 0.21 | 0.01 | 80.38 | 0.93 | 0.89 |
| Hex | EB | FD | C8 | 7 | 0 | 15 | 1 | 50 | 5D | 59 |
| Octal | 353 | 375 | 310 | 7 | 0 | 25 | 1 | 120 | 135 | 131 |
| Binary | 11101011 | 11111101 | 11001000 | 111 | 0 | 10101 | 1 | 1010000 | 1011101 | 1011001 |
Color Harmonies of #EBFDC8
Complementary color
Monochromatic Colors of #EBFDC8
Black with #EBFDC8
Text Example
Text Example
White with #EBFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDC8; }
p { color: rgb(235,253,200); }
H1.HeaderClassName
{
color: #EBFDC8;
}
.AnyTagClassName
{
color: #EBFDC8;
}
</style>
background-color css
<style>
a { background-color: #EBFDC8; }
a { background-color: rgb(235,253,200); }
div.DivClassName
{
background-color: #EBFDC8;
}
.BgClassName
{
background-color: #EBFDC8;
}
</style>
border-color css
<style>
span { border-color: #EBFDC8; }
span { border-color: rgb(235,253,200); }
td.TdClassName
{
border-color: #EBFDC8;
}
.TagClassName
{
border-color: #EBFDC8;
}
</style>