Shades of Snow Flurry #EBF3C5
Tints of Snow Flurry #EBF3C5
RGB
CMYK
RGB Variations
Color information
#EBF3C5 (or 0xEBF3C5) is known color: Snow Flurry. HEX triplet: EB, F3 and C5. RGB value is (235,243,197). Sum of RGB (Red+Green+Blue) = 235+243+197=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 197 (77.34% from 255 or 29.19% from 675); Max value from RGB is 243 - color contains mainly: green. Hex color #EBF3C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF3C5 is #140C3A. Grayscale: #EBEBEB. Windows color (decimal): -1313851 or 12973035. OLE color: 12973035.
HSL color Cylindrical-coordinate representation of color #EBF3C5: hue angle of 70.43º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBF3C5 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 243 | 197 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.05 |
| HSL | 70.43º | 0.66% | 0.86% | - |
| HSV(B) | 70.43º | 0.19% | 0.95% | - |
| XYZ | 76.39 | 85.79 | 65.36 | - |
| YUV | 235.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 197 | 0.03 | 0 | 0.19 | 0.05 | 70.43 | 0.66 | 0.86 |
| Hex | EB | F3 | C5 | 3 | 0 | 13 | 5 | 46 | 42 | 56 |
| Octal | 353 | 363 | 305 | 3 | 0 | 23 | 5 | 106 | 102 | 126 |
| Binary | 11101011 | 11110011 | 11000101 | 11 | 0 | 10011 | 101 | 1000110 | 1000010 | 1010110 |
Color Harmonies of #EBF3C5
Complementary color
Monochromatic Colors of #EBF3C5
Black with #EBF3C5
Text Example
Text Example
White with #EBF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF3C5; }
p { color: rgb(235,243,197); }
H1.HeaderClassName
{
color: #EBF3C5;
}
.AnyTagClassName
{
color: #EBF3C5;
}
</style>
background-color css
<style>
a { background-color: #EBF3C5; }
a { background-color: rgb(235,243,197); }
div.DivClassName
{
background-color: #EBF3C5;
}
.BgClassName
{
background-color: #EBF3C5;
}
</style>
border-color css
<style>
span { border-color: #EBF3C5; }
span { border-color: rgb(235,243,197); }
td.TdClassName
{
border-color: #EBF3C5;
}
.TagClassName
{
border-color: #EBF3C5;
}
</style>