Shades of Snow Flurry #EBFCCB
Tints of Snow Flurry #EBFCCB
RGB
CMYK
RGB Variations
Color information
#EBFCCB (or 0xEBFCCB) is known color: Snow Flurry. HEX triplet: EB, FC and CB. RGB value is (235,252,203). Sum of RGB (Red+Green+Blue) = 235+252+203=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCCB is #140334. Grayscale: #F1F1F1. Windows color (decimal): -1311541 or 13368555. OLE color: 13368555.
HSL color Cylindrical-coordinate representation of color #EBFCCB: hue angle of 80.82º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBFCCB is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 203 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.01 |
| HSL | 80.82º | 0.89% | 0.89% | - |
| HSV(B) | 80.82º | 0.19% | 0.99% | - |
| XYZ | 79.85 | 91.59 | 69.97 | - |
| YUV | 241.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 203 | 0.07 | 0 | 0.19 | 0.01 | 80.82 | 0.89 | 0.89 |
| Hex | EB | FC | CB | 7 | 0 | 13 | 1 | 51 | 59 | 59 |
| Octal | 353 | 374 | 313 | 7 | 0 | 23 | 1 | 121 | 131 | 131 |
| Binary | 11101011 | 11111100 | 11001011 | 111 | 0 | 10011 | 1 | 1010001 | 1011001 | 1011001 |
Color Harmonies of #EBFCCB
Complementary color
Monochromatic Colors of #EBFCCB
Black with #EBFCCB
Text Example
Text Example
White with #EBFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCCB; }
p { color: rgb(235,252,203); }
H1.HeaderClassName
{
color: #EBFCCB;
}
.AnyTagClassName
{
color: #EBFCCB;
}
</style>
background-color css
<style>
a { background-color: #EBFCCB; }
a { background-color: rgb(235,252,203); }
div.DivClassName
{
background-color: #EBFCCB;
}
.BgClassName
{
background-color: #EBFCCB;
}
</style>
border-color css
<style>
span { border-color: #EBFCCB; }
span { border-color: rgb(235,252,203); }
td.TdClassName
{
border-color: #EBFCCB;
}
.TagClassName
{
border-color: #EBFCCB;
}
</style>