Shades of Snow Flurry #EBFCCF
Tints of Snow Flurry #EBFCCF
RGB
CMYK
RGB Variations
Color information
#EBFCCF (or 0xEBFCCF) is known color: Snow Flurry. HEX triplet: EB, FC and CF. RGB value is (235,252,207). Sum of RGB (Red+Green+Blue) = 235+252+207=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCCF is #140330. Grayscale: #F1F1F1. Windows color (decimal): -1311537 or 13630699. OLE color: 13630699.
HSL color Cylindrical-coordinate representation of color #EBFCCF: hue angle of 82.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBFCCF is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 207 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.01 |
| HSL | 82.67º | 0.88% | 0.9% | - |
| HSV(B) | 82.67º | 0.18% | 0.99% | - |
| XYZ | 80.33 | 91.79 | 72.51 | - |
| YUV | 241.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 207 | 0.07 | 0 | 0.18 | 0.01 | 82.67 | 0.88 | 0.9 |
| Hex | EB | FC | CF | 7 | 0 | 12 | 1 | 53 | 58 | 5A |
| Octal | 353 | 374 | 317 | 7 | 0 | 22 | 1 | 123 | 130 | 132 |
| Binary | 11101011 | 11111100 | 11001111 | 111 | 0 | 10010 | 1 | 1010011 | 1011000 | 1011010 |
Color Harmonies of #EBFCCF
Complementary color
Monochromatic Colors of #EBFCCF
Black with #EBFCCF
Text Example
Text Example
White with #EBFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCCF; }
p { color: rgb(235,252,207); }
H1.HeaderClassName
{
color: #EBFCCF;
}
.AnyTagClassName
{
color: #EBFCCF;
}
</style>
background-color css
<style>
a { background-color: #EBFCCF; }
a { background-color: rgb(235,252,207); }
div.DivClassName
{
background-color: #EBFCCF;
}
.BgClassName
{
background-color: #EBFCCF;
}
</style>
border-color css
<style>
span { border-color: #EBFCCF; }
span { border-color: rgb(235,252,207); }
td.TdClassName
{
border-color: #EBFCCF;
}
.TagClassName
{
border-color: #EBFCCF;
}
</style>