Shades of Snow Flurry #EBFACD
Tints of Snow Flurry #EBFACD
RGB
CMYK
RGB Variations
Color information
#EBFACD (or 0xEBFACD) is known color: Snow Flurry. HEX triplet: EB, FA and CD. RGB value is (235,250,205). Sum of RGB (Red+Green+Blue) = 235+250+205=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 205 (80.47% from 255 or 29.71% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFACD is #140532. Grayscale: #F0F0F0. Windows color (decimal): -1312051 or 13499115. OLE color: 13499115.
HSL color Cylindrical-coordinate representation of color #EBFACD: hue angle of 80º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBFACD is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 250 | 205 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.02 |
| HSL | 80º | 0.82% | 0.89% | - |
| HSV(B) | 80º | 0.18% | 0.98% | - |
| XYZ | 79.47 | 90.44 | 71.03 | - |
| YUV | 240.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 250 | 205 | 0.06 | 0 | 0.18 | 0.02 | 80 | 0.82 | 0.89 |
| Hex | EB | FA | CD | 6 | 0 | 12 | 2 | 50 | 52 | 59 |
| Octal | 353 | 372 | 315 | 6 | 0 | 22 | 2 | 120 | 122 | 131 |
| Binary | 11101011 | 11111010 | 11001101 | 110 | 0 | 10010 | 10 | 1010000 | 1010010 | 1011001 |
Color Harmonies of #EBFACD
Complementary color
Monochromatic Colors of #EBFACD
Black with #EBFACD
Text Example
Text Example
White with #EBFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFACD; }
p { color: rgb(235,250,205); }
H1.HeaderClassName
{
color: #EBFACD;
}
.AnyTagClassName
{
color: #EBFACD;
}
</style>
background-color css
<style>
a { background-color: #EBFACD; }
a { background-color: rgb(235,250,205); }
div.DivClassName
{
background-color: #EBFACD;
}
.BgClassName
{
background-color: #EBFACD;
}
</style>
border-color css
<style>
span { border-color: #EBFACD; }
span { border-color: rgb(235,250,205); }
td.TdClassName
{
border-color: #EBFACD;
}
.TagClassName
{
border-color: #EBFACD;
}
</style>