Shades of Snow Flurry #EBFEC2
Tints of Snow Flurry #EBFEC2
RGB
CMYK
RGB Variations
Color information
#EBFEC2 (or 0xEBFEC2) is known color: Snow Flurry. HEX triplet: EB, FE and C2. RGB value is (235,254,194). Sum of RGB (Red+Green+Blue) = 235+254+194=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFEC2 is #14013D. Grayscale: #F1F1F1. Windows color (decimal): -1311038 or 12779243. OLE color: 12779243.
HSL color Cylindrical-coordinate representation of color #EBFEC2: hue angle of 79º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBFEC2 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 235 | 254 | 194 | - |
CMYK | 0.07 | 0 | 0.24 | 0.00 |
HSL | 79º | 0.97% | 0.88% | - |
HSV(B) | 79º | 0.24% | 1% | - |
XYZ | 79.44 | 92.44 | 64.69 | - |
YUV | 241.48 | 101.21 | 123.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 254 | 194 | 0.07 | 0 | 0.24 | 0.00 | 79 | 0.97 | 0.88 |
Hex | EB | FE | C2 | 7 | 0 | 18 | 0 | 4F | 61 | 58 |
Octal | 353 | 376 | 302 | 7 | 0 | 30 | 0 | 117 | 141 | 130 |
Binary | 11101011 | 11111110 | 11000010 | 111 | 0 | 11000 | 0 | 1001111 | 1100001 | 1011000 |
Color Harmonies of #EBFEC2
Complementary color
Monochromatic Colors of #EBFEC2
Black with #EBFEC2
Text Example
Text Example
White with #EBFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEC2; }
p { color: rgb(235,254,194); }
H1.HeaderClassName
{
color: #EBFEC2;
}
.AnyTagClassName
{
color: #EBFEC2;
}
</style>
background-color css
<style>
a { background-color: #EBFEC2; }
a { background-color: rgb(235,254,194); }
div.DivClassName
{
background-color: #EBFEC2;
}
.BgClassName
{
background-color: #EBFEC2;
}
</style>
border-color css
<style>
span { border-color: #EBFEC2; }
span { border-color: rgb(235,254,194); }
td.TdClassName
{
border-color: #EBFEC2;
}
.TagClassName
{
border-color: #EBFEC2;
}
</style>