Shades of Snow Flurry #EBFDCD
Tints of Snow Flurry #EBFDCD
RGB
CMYK
RGB Variations
Color information
#EBFDCD (or 0xEBFDCD) is known color: Snow Flurry. HEX triplet: EB, FD and CD. RGB value is (235,253,205). Sum of RGB (Red+Green+Blue) = 235+253+205=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 205 (80.47% from 255 or 29.58% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDCD is #140232. Grayscale: #F2F2F2. Windows color (decimal): -1311283 or 13499883. OLE color: 13499883.
HSL color Cylindrical-coordinate representation of color #EBFDCD: hue angle of 82.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBFDCD is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 253 | 205 | - |
CMYK | 0.07 | 0 | 0.19 | 0.01 |
HSL | 82.5º | 0.92% | 0.9% | - |
HSV(B) | 82.5º | 0.19% | 0.99% | - |
XYZ | 80.41 | 92.32 | 71.34 | - |
YUV | 242.15 | 107.04 | 122.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 253 | 205 | 0.07 | 0 | 0.19 | 0.01 | 82.5 | 0.92 | 0.9 |
Hex | EB | FD | CD | 7 | 0 | 13 | 1 | 52 | 5C | 5A |
Octal | 353 | 375 | 315 | 7 | 0 | 23 | 1 | 122 | 134 | 132 |
Binary | 11101011 | 11111101 | 11001101 | 111 | 0 | 10011 | 1 | 1010010 | 1011100 | 1011010 |
Color Harmonies of #EBFDCD
Complementary color
Monochromatic Colors of #EBFDCD
Black with #EBFDCD
Text Example
Text Example
White with #EBFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDCD; }
p { color: rgb(235,253,205); }
H1.HeaderClassName
{
color: #EBFDCD;
}
.AnyTagClassName
{
color: #EBFDCD;
}
</style>
background-color css
<style>
a { background-color: #EBFDCD; }
a { background-color: rgb(235,253,205); }
div.DivClassName
{
background-color: #EBFDCD;
}
.BgClassName
{
background-color: #EBFDCD;
}
</style>
border-color css
<style>
span { border-color: #EBFDCD; }
span { border-color: rgb(235,253,205); }
td.TdClassName
{
border-color: #EBFDCD;
}
.TagClassName
{
border-color: #EBFDCD;
}
</style>