Shades of Snow Flurry #EBFBD2
Tints of Snow Flurry #EBFBD2
RGB
CMYK
RGB Variations
Color information
#EBFBD2 (or 0xEBFBD2) is known color: Snow Flurry. HEX triplet: EB, FB and D2. RGB value is (235,251,210). Sum of RGB (Red+Green+Blue) = 235+251+210=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 210 (82.42% from 255 or 30.17% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBD2 is #14042D. Grayscale: #F1F1F1. Windows color (decimal): -1311790 or 13827051. OLE color: 13827051.
HSL color Cylindrical-coordinate representation of color #EBFBD2: hue angle of 83.41º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBFBD2 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 251 | 210 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.02 |
| HSL | 83.41º | 0.84% | 0.9% | - |
| HSV(B) | 83.41º | 0.16% | 0.98% | - |
| XYZ | 80.39 | 91.31 | 74.36 | - |
| YUV | 241.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 251 | 210 | 0.06 | 0 | 0.16 | 0.02 | 83.41 | 0.84 | 0.9 |
| Hex | EB | FB | D2 | 6 | 0 | 10 | 2 | 53 | 54 | 5A |
| Octal | 353 | 373 | 322 | 6 | 0 | 20 | 2 | 123 | 124 | 132 |
| Binary | 11101011 | 11111011 | 11010010 | 110 | 0 | 10000 | 10 | 1010011 | 1010100 | 1011010 |
Color Harmonies of #EBFBD2
Complementary color
Monochromatic Colors of #EBFBD2
Black with #EBFBD2
Text Example
Text Example
White with #EBFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFBD2; }
p { color: rgb(235,251,210); }
H1.HeaderClassName
{
color: #EBFBD2;
}
.AnyTagClassName
{
color: #EBFBD2;
}
</style>
background-color css
<style>
a { background-color: #EBFBD2; }
a { background-color: rgb(235,251,210); }
div.DivClassName
{
background-color: #EBFBD2;
}
.BgClassName
{
background-color: #EBFBD2;
}
</style>
border-color css
<style>
span { border-color: #EBFBD2; }
span { border-color: rgb(235,251,210); }
td.TdClassName
{
border-color: #EBFBD2;
}
.TagClassName
{
border-color: #EBFBD2;
}
</style>