Shades of Snow Flurry #EAF3CE
Tints of Snow Flurry #EAF3CE
RGB
CMYK
RGB Variations
Color information
#EAF3CE (or 0xEAF3CE) is known color: Snow Flurry. HEX triplet: EA, F3 and CE. RGB value is (234,243,206). Sum of RGB (Red+Green+Blue) = 234+243+206=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3CE is #150C31. Grayscale: #ECECEC. Windows color (decimal): -1379378 or 13562858. OLE color: 13562858.
HSL color Cylindrical-coordinate representation of color #EAF3CE: hue angle of 74.59º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAF3CE is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 206 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.05 |
| HSL | 74.59º | 0.61% | 0.88% | - |
| HSV(B) | 74.59º | 0.15% | 0.95% | - |
| XYZ | 77.12 | 86.05 | 70.94 | - |
| YUV | 236.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 206 | 0.04 | 0 | 0.15 | 0.05 | 74.59 | 0.61 | 0.88 |
| Hex | EA | F3 | CE | 4 | 0 | F | 5 | 4B | 3D | 58 |
| Octal | 352 | 363 | 316 | 4 | 0 | 17 | 5 | 113 | 75 | 130 |
| Binary | 11101010 | 11110011 | 11001110 | 100 | 0 | 1111 | 101 | 1001011 | 111101 | 1011000 |
Color Harmonies of #EAF3CE
Complementary color
Monochromatic Colors of #EAF3CE
Black with #EAF3CE
Text Example
Text Example
White with #EAF3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3CE; }
p { color: rgb(234,243,206); }
H1.HeaderClassName
{
color: #EAF3CE;
}
.AnyTagClassName
{
color: #EAF3CE;
}
</style>
background-color css
<style>
a { background-color: #EAF3CE; }
a { background-color: rgb(234,243,206); }
div.DivClassName
{
background-color: #EAF3CE;
}
.BgClassName
{
background-color: #EAF3CE;
}
</style>
border-color css
<style>
span { border-color: #EAF3CE; }
span { border-color: rgb(234,243,206); }
td.TdClassName
{
border-color: #EAF3CE;
}
.TagClassName
{
border-color: #EAF3CE;
}
</style>