Shades of Snow Flurry #EBFFC5
Tints of Snow Flurry #EBFFC5
RGB
CMYK
RGB Variations
Color information
#EBFFC5 (or 0xEBFFC5) is known color: Snow Flurry. HEX triplet: EB, FF and C5. RGB value is (235,255,197). Sum of RGB (Red+Green+Blue) = 235+255+197=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 197 (77.34% from 255 or 28.68% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFC5 is #14003A. Grayscale: #F2F2F2. Windows color (decimal): -1310779 or 12976107. OLE color: 12976107.
HSL color Cylindrical-coordinate representation of color #EBFFC5: hue angle of 80.69º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBFFC5 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
RGB | 235 | 255 | 197 | - |
CMYK | 0.08 | 0 | 0.23 | 0 |
HSL | 80.69º | 1% | 0.89% | - |
HSV(B) | 80.69º | 0.23% | 1% | - |
XYZ | 80.1 | 93.21 | 66.59 | - |
YUV | 242.41 | 102.37 | 122.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 255 | 197 | 0.08 | 0 | 0.23 | 0 | 80.69 | 1 | 0.89 |
Hex | EB | FF | C5 | 8 | 0 | 17 | 0 | 51 | 64 | 59 |
Octal | 353 | 377 | 305 | 10 | 0 | 27 | 0 | 121 | 144 | 131 |
Binary | 11101011 | 11111111 | 11000101 | 1000 | 0 | 10111 | 0 | 1010001 | 1100100 | 1011001 |
Color Harmonies of #EBFFC5
Complementary color
Monochromatic Colors of #EBFFC5
Black with #EBFFC5
Text Example
Text Example
White with #EBFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFC5; }
p { color: rgb(235,255,197); }
H1.HeaderClassName
{
color: #EBFFC5;
}
.AnyTagClassName
{
color: #EBFFC5;
}
</style>
background-color css
<style>
a { background-color: #EBFFC5; }
a { background-color: rgb(235,255,197); }
div.DivClassName
{
background-color: #EBFFC5;
}
.BgClassName
{
background-color: #EBFFC5;
}
</style>
border-color css
<style>
span { border-color: #EBFFC5; }
span { border-color: rgb(235,255,197); }
td.TdClassName
{
border-color: #EBFFC5;
}
.TagClassName
{
border-color: #EBFFC5;
}
</style>