Shades of Snow Flurry #EBF8CA
Tints of Snow Flurry #EBF8CA
RGB
CMYK
RGB Variations
Color information
#EBF8CA (or 0xEBF8CA) is known color: Snow Flurry. HEX triplet: EB, F8 and CA. RGB value is (235,248,202). Sum of RGB (Red+Green+Blue) = 235+248+202=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8CA is #140735. Grayscale: #EFEFEF. Windows color (decimal): -1312566 or 13301995. OLE color: 13301995.
HSL color Cylindrical-coordinate representation of color #EBF8CA: hue angle of 76.96º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBF8CA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 248 | 202 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.03 |
| HSL | 76.96º | 0.77% | 0.88% | - |
| HSV(B) | 76.96º | 0.19% | 0.97% | - |
| XYZ | 78.49 | 89.06 | 68.93 | - |
| YUV | 238.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 248 | 202 | 0.05 | 0 | 0.19 | 0.03 | 76.96 | 0.77 | 0.88 |
| Hex | EB | F8 | CA | 5 | 0 | 13 | 3 | 4D | 4D | 58 |
| Octal | 353 | 370 | 312 | 5 | 0 | 23 | 3 | 115 | 115 | 130 |
| Binary | 11101011 | 11111000 | 11001010 | 101 | 0 | 10011 | 11 | 1001101 | 1001101 | 1011000 |
Color Harmonies of #EBF8CA
Complementary color
Monochromatic Colors of #EBF8CA
Black with #EBF8CA
Text Example
Text Example
White with #EBF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF8CA; }
p { color: rgb(235,248,202); }
H1.HeaderClassName
{
color: #EBF8CA;
}
.AnyTagClassName
{
color: #EBF8CA;
}
</style>
background-color css
<style>
a { background-color: #EBF8CA; }
a { background-color: rgb(235,248,202); }
div.DivClassName
{
background-color: #EBF8CA;
}
.BgClassName
{
background-color: #EBF8CA;
}
</style>
border-color css
<style>
span { border-color: #EBF8CA; }
span { border-color: rgb(235,248,202); }
td.TdClassName
{
border-color: #EBF8CA;
}
.TagClassName
{
border-color: #EBF8CA;
}
</style>