Shades of Snow Flurry #EBFCD3
Tints of Snow Flurry #EBFCD3
RGB
CMYK
RGB Variations
Color information
#EBFCD3 (or 0xEBFCD3) is known color: Snow Flurry. HEX triplet: EB, FC and D3. RGB value is (235,252,211). Sum of RGB (Red+Green+Blue) = 235+252+211=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 211 (82.81% from 255 or 30.23% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCD3 is #14032C. Grayscale: #F2F2F2. Windows color (decimal): -1311533 or 13892843. OLE color: 13892843.
HSL color Cylindrical-coordinate representation of color #EBFCD3: hue angle of 84.88º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBFCD3 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 211 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.01 |
| HSL | 84.88º | 0.87% | 0.91% | - |
| HSV(B) | 84.88º | 0.16% | 0.99% | - |
| XYZ | 80.83 | 91.99 | 75.12 | - |
| YUV | 242.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 211 | 0.07 | 0 | 0.16 | 0.01 | 84.88 | 0.87 | 0.91 |
| Hex | EB | FC | D3 | 7 | 0 | 10 | 1 | 55 | 57 | 5B |
| Octal | 353 | 374 | 323 | 7 | 0 | 20 | 1 | 125 | 127 | 133 |
| Binary | 11101011 | 11111100 | 11010011 | 111 | 0 | 10000 | 1 | 1010101 | 1010111 | 1011011 |
Color Harmonies of #EBFCD3
Complementary color
Monochromatic Colors of #EBFCD3
Black with #EBFCD3
Text Example
Text Example
White with #EBFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCD3; }
p { color: rgb(235,252,211); }
H1.HeaderClassName
{
color: #EBFCD3;
}
.AnyTagClassName
{
color: #EBFCD3;
}
</style>
background-color css
<style>
a { background-color: #EBFCD3; }
a { background-color: rgb(235,252,211); }
div.DivClassName
{
background-color: #EBFCD3;
}
.BgClassName
{
background-color: #EBFCD3;
}
</style>
border-color css
<style>
span { border-color: #EBFCD3; }
span { border-color: rgb(235,252,211); }
td.TdClassName
{
border-color: #EBFCD3;
}
.TagClassName
{
border-color: #EBFCD3;
}
</style>