Shades of Snow Flurry #EBFECF
Tints of Snow Flurry #EBFECF
RGB
CMYK
RGB Variations
Color information
#EBFECF (or 0xEBFECF) is known color: Snow Flurry. HEX triplet: EB, FE and CF. RGB value is (235,254,207). Sum of RGB (Red+Green+Blue) = 235+254+207=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 207 (81.25% from 255 or 29.74% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFECF is #140130. Grayscale: #F3F3F3. Windows color (decimal): -1311025 or 13631211. OLE color: 13631211.
HSL color Cylindrical-coordinate representation of color #EBFECF: hue angle of 84.26º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBFECF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 207 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.00 |
| HSL | 84.26º | 0.96% | 0.9% | - |
| HSV(B) | 84.26º | 0.19% | 1% | - |
| XYZ | 80.97 | 93.05 | 72.72 | - |
| YUV | 242.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 207 | 0.07 | 0 | 0.19 | 0.00 | 84.26 | 0.96 | 0.9 |
| Hex | EB | FE | CF | 7 | 0 | 13 | 0 | 54 | 60 | 5A |
| Octal | 353 | 376 | 317 | 7 | 0 | 23 | 0 | 124 | 140 | 132 |
| Binary | 11101011 | 11111110 | 11001111 | 111 | 0 | 10011 | 0 | 1010100 | 1100000 | 1011010 |
Color Harmonies of #EBFECF
Complementary color
Monochromatic Colors of #EBFECF
Black with #EBFECF
Text Example
Text Example
White with #EBFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFECF; }
p { color: rgb(235,254,207); }
H1.HeaderClassName
{
color: #EBFECF;
}
.AnyTagClassName
{
color: #EBFECF;
}
</style>
background-color css
<style>
a { background-color: #EBFECF; }
a { background-color: rgb(235,254,207); }
div.DivClassName
{
background-color: #EBFECF;
}
.BgClassName
{
background-color: #EBFECF;
}
</style>
border-color css
<style>
span { border-color: #EBFECF; }
span { border-color: rgb(235,254,207); }
td.TdClassName
{
border-color: #EBFECF;
}
.TagClassName
{
border-color: #EBFECF;
}
</style>