Shades of Snow Flurry #EAFBCB
Tints of Snow Flurry #EAFBCB
RGB
CMYK
RGB Variations
Color information
#EAFBCB (or 0xEAFBCB) is known color: Snow Flurry. HEX triplet: EA, FB and CB. RGB value is (234,251,203). Sum of RGB (Red+Green+Blue) = 234+251+203=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBCB is #150434. Grayscale: #F0F0F0. Windows color (decimal): -1377333 or 13368298. OLE color: 13368298.
HSL color Cylindrical-coordinate representation of color #EAFBCB: hue angle of 81.25º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAFBCB is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 251 | 203 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.02 |
| HSL | 81.25º | 0.86% | 0.89% | - |
| HSV(B) | 81.25º | 0.19% | 0.98% | - |
| XYZ | 79.21 | 90.8 | 69.85 | - |
| YUV | 240.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 251 | 203 | 0.07 | 0 | 0.19 | 0.02 | 81.25 | 0.86 | 0.89 |
| Hex | EA | FB | CB | 7 | 0 | 13 | 2 | 51 | 56 | 59 |
| Octal | 352 | 373 | 313 | 7 | 0 | 23 | 2 | 121 | 126 | 131 |
| Binary | 11101010 | 11111011 | 11001011 | 111 | 0 | 10011 | 10 | 1010001 | 1010110 | 1011001 |
Color Harmonies of #EAFBCB
Complementary color
Monochromatic Colors of #EAFBCB
Black with #EAFBCB
Text Example
Text Example
White with #EAFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFBCB; }
p { color: rgb(234,251,203); }
H1.HeaderClassName
{
color: #EAFBCB;
}
.AnyTagClassName
{
color: #EAFBCB;
}
</style>
background-color css
<style>
a { background-color: #EAFBCB; }
a { background-color: rgb(234,251,203); }
div.DivClassName
{
background-color: #EAFBCB;
}
.BgClassName
{
background-color: #EAFBCB;
}
</style>
border-color css
<style>
span { border-color: #EAFBCB; }
span { border-color: rgb(234,251,203); }
td.TdClassName
{
border-color: #EAFBCB;
}
.TagClassName
{
border-color: #EAFBCB;
}
</style>