Shades of Snow Flurry #EBFDC3
Tints of Snow Flurry #EBFDC3
RGB
CMYK
RGB Variations
Color information
#EBFDC3 (or 0xEBFDC3) is known color: Snow Flurry. HEX triplet: EB, FD and C3. RGB value is (235,253,195). Sum of RGB (Red+Green+Blue) = 235+253+195=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 195 (76.56% from 255 or 28.55% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDC3 is #14023C. Grayscale: #F1F1F1. Windows color (decimal): -1311293 or 12844523. OLE color: 12844523.
HSL color Cylindrical-coordinate representation of color #EBFDC3: hue angle of 78.62º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBFDC3 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 253 | 195 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.01 |
| HSL | 78.62º | 0.94% | 0.88% | - |
| HSV(B) | 78.62º | 0.23% | 0.99% | - |
| XYZ | 79.24 | 91.85 | 65.18 | - |
| YUV | 241.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 253 | 195 | 0.07 | 0 | 0.23 | 0.01 | 78.62 | 0.94 | 0.88 |
| Hex | EB | FD | C3 | 7 | 0 | 17 | 1 | 4F | 5E | 58 |
| Octal | 353 | 375 | 303 | 7 | 0 | 27 | 1 | 117 | 136 | 130 |
| Binary | 11101011 | 11111101 | 11000011 | 111 | 0 | 10111 | 1 | 1001111 | 1011110 | 1011000 |
Color Harmonies of #EBFDC3
Complementary color
Monochromatic Colors of #EBFDC3
Black with #EBFDC3
Text Example
Text Example
White with #EBFDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDC3; }
p { color: rgb(235,253,195); }
H1.HeaderClassName
{
color: #EBFDC3;
}
.AnyTagClassName
{
color: #EBFDC3;
}
</style>
background-color css
<style>
a { background-color: #EBFDC3; }
a { background-color: rgb(235,253,195); }
div.DivClassName
{
background-color: #EBFDC3;
}
.BgClassName
{
background-color: #EBFDC3;
}
</style>
border-color css
<style>
span { border-color: #EBFDC3; }
span { border-color: rgb(235,253,195); }
td.TdClassName
{
border-color: #EBFDC3;
}
.TagClassName
{
border-color: #EBFDC3;
}
</style>