Shades of Snow Flurry #E9FDCB
Tints of Snow Flurry #E9FDCB
RGB
CMYK
RGB Variations
Color information
#E9FDCB (or 0xE9FDCB) is known color: Snow Flurry. HEX triplet: E9, FD and CB. RGB value is (233,253,203). Sum of RGB (Red+Green+Blue) = 233+253+203=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FDCB is #160234. Grayscale: #F1F1F1. Windows color (decimal): -1442357 or 13368809. OLE color: 13368809.
HSL color Cylindrical-coordinate representation of color #E9FDCB: hue angle of 84º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9FDCB is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 233 | 253 | 203 | - |
CMYK | 0.08 | 0 | 0.20 | 0.01 |
HSL | 84º | 0.93% | 0.89% | - |
HSV(B) | 84º | 0.2% | 0.99% | - |
XYZ | 79.51 | 91.89 | 70.05 | - |
YUV | 241.32 | 106.37 | 122.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 253 | 203 | 0.08 | 0 | 0.20 | 0.01 | 84 | 0.93 | 0.89 |
Hex | E9 | FD | CB | 8 | 0 | 14 | 1 | 54 | 5D | 59 |
Octal | 351 | 375 | 313 | 10 | 0 | 24 | 1 | 124 | 135 | 131 |
Binary | 11101001 | 11111101 | 11001011 | 1000 | 0 | 10100 | 1 | 1010100 | 1011101 | 1011001 |
Color Harmonies of #E9FDCB
Complementary color
Monochromatic Colors of #E9FDCB
Black with #E9FDCB
Text Example
Text Example
White with #E9FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FDCB; }
p { color: rgb(233,253,203); }
H1.HeaderClassName
{
color: #E9FDCB;
}
.AnyTagClassName
{
color: #E9FDCB;
}
</style>
background-color css
<style>
a { background-color: #E9FDCB; }
a { background-color: rgb(233,253,203); }
div.DivClassName
{
background-color: #E9FDCB;
}
.BgClassName
{
background-color: #E9FDCB;
}
</style>
border-color css
<style>
span { border-color: #E9FDCB; }
span { border-color: rgb(233,253,203); }
td.TdClassName
{
border-color: #E9FDCB;
}
.TagClassName
{
border-color: #E9FDCB;
}
</style>