Shades of Snow Flurry #EAF3C8
Tints of Snow Flurry #EAF3C8
RGB
CMYK
RGB Variations
Color information
#EAF3C8 (or 0xEAF3C8) is known color: Snow Flurry. HEX triplet: EA, F3 and C8. RGB value is (234,243,200). Sum of RGB (Red+Green+Blue) = 234+243+200=677 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.56% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 200 (78.52% from 255 or 29.54% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3C8 is #150C37. Grayscale: #EBEBEB. Windows color (decimal): -1379384 or 13169642. OLE color: 13169642.
HSL color Cylindrical-coordinate representation of color #EAF3C8: hue angle of 72.56º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAF3C8 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 200 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.05 |
| HSL | 72.56º | 0.64% | 0.87% | - |
| HSV(B) | 72.56º | 0.18% | 0.95% | - |
| XYZ | 76.41 | 85.76 | 67.17 | - |
| YUV | 235.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 200 | 0.04 | 0 | 0.18 | 0.05 | 72.56 | 0.64 | 0.87 |
| Hex | EA | F3 | C8 | 4 | 0 | 12 | 5 | 49 | 40 | 57 |
| Octal | 352 | 363 | 310 | 4 | 0 | 22 | 5 | 111 | 100 | 127 |
| Binary | 11101010 | 11110011 | 11001000 | 100 | 0 | 10010 | 101 | 1001001 | 1000000 | 1010111 |
Color Harmonies of #EAF3C8
Complementary color
Monochromatic Colors of #EAF3C8
Black with #EAF3C8
Text Example
Text Example
White with #EAF3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3C8; }
p { color: rgb(234,243,200); }
H1.HeaderClassName
{
color: #EAF3C8;
}
.AnyTagClassName
{
color: #EAF3C8;
}
</style>
background-color css
<style>
a { background-color: #EAF3C8; }
a { background-color: rgb(234,243,200); }
div.DivClassName
{
background-color: #EAF3C8;
}
.BgClassName
{
background-color: #EAF3C8;
}
</style>
border-color css
<style>
span { border-color: #EAF3C8; }
span { border-color: rgb(234,243,200); }
td.TdClassName
{
border-color: #EAF3C8;
}
.TagClassName
{
border-color: #EAF3C8;
}
</style>