Shades of Snow Flurry #E6FCCB
Tints of Snow Flurry #E6FCCB
RGB
CMYK
RGB Variations
Color information
#E6FCCB (or 0xE6FCCB) is known color: Snow Flurry. HEX triplet: E6, FC and CB. RGB value is (230,252,203). Sum of RGB (Red+Green+Blue) = 230+252+203=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCCB is #190334. Grayscale: #F0F0F0. Windows color (decimal): -1639221 or 13368550. OLE color: 13368550.
HSL color Cylindrical-coordinate representation of color #E6FCCB: hue angle of 86.94º 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 #E6FCCB is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 252 | 203 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.01 |
| HSL | 86.94º | 0.89% | 0.89% | - |
| HSV(B) | 86.94º | 0.19% | 0.99% | - |
| XYZ | 78.22 | 90.76 | 69.89 | - |
| YUV | 239.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 203 | 0.09 | 0 | 0.19 | 0.01 | 86.94 | 0.89 | 0.89 |
| Hex | E6 | FC | CB | 9 | 0 | 13 | 1 | 57 | 59 | 59 |
| Octal | 346 | 374 | 313 | 11 | 0 | 23 | 1 | 127 | 131 | 131 |
| Binary | 11100110 | 11111100 | 11001011 | 1001 | 0 | 10011 | 1 | 1010111 | 1011001 | 1011001 |
Color Harmonies of #E6FCCB
Complementary color
Monochromatic Colors of #E6FCCB
Black with #E6FCCB
Text Example
Text Example
White with #E6FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCCB; }
p { color: rgb(230,252,203); }
H1.HeaderClassName
{
color: #E6FCCB;
}
.AnyTagClassName
{
color: #E6FCCB;
}
</style>
background-color css
<style>
a { background-color: #E6FCCB; }
a { background-color: rgb(230,252,203); }
div.DivClassName
{
background-color: #E6FCCB;
}
.BgClassName
{
background-color: #E6FCCB;
}
</style>
border-color css
<style>
span { border-color: #E6FCCB; }
span { border-color: rgb(230,252,203); }
td.TdClassName
{
border-color: #E6FCCB;
}
.TagClassName
{
border-color: #E6FCCB;
}
</style>