Shades of Snow Flurry #EAF4D6
Tints of Snow Flurry #EAF4D6
RGB
CMYK
RGB Variations
Color information
#EAF4D6 (or 0xEAF4D6) is known color: Snow Flurry. HEX triplet: EA, F4 and D6. RGB value is (234,244,214). Sum of RGB (Red+Green+Blue) = 234+244+214=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 244 (95.70% from 255 or 35.26% from 692); Blue value is 214 (83.98% from 255 or 30.92% from 692); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4D6 is #150B29. Grayscale: #EDEDED. Windows color (decimal): -1379114 or 14087402. OLE color: 14087402.
HSL color Cylindrical-coordinate representation of color #EAF4D6: hue angle of 80º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF4D6 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 244 | 214 | - |
CMYK | 0.04 | 0 | 0.12 | 0.04 |
HSL | 80º | 0.58% | 0.9% | - |
HSV(B) | 80º | 0.12% | 0.96% | - |
XYZ | 78.42 | 87.05 | 76.29 | - |
YUV | 237.59 | 114.69 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 244 | 214 | 0.04 | 0 | 0.12 | 0.04 | 80 | 0.58 | 0.9 |
Hex | EA | F4 | D6 | 4 | 0 | C | 4 | 50 | 3A | 5A |
Octal | 352 | 364 | 326 | 4 | 0 | 14 | 4 | 120 | 72 | 132 |
Binary | 11101010 | 11110100 | 11010110 | 100 | 0 | 1100 | 100 | 1010000 | 111010 | 1011010 |
Color Harmonies of #EAF4D6
Complementary color
Monochromatic Colors of #EAF4D6
Black with #EAF4D6
Text Example
Text Example
White with #EAF4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4D6; }
p { color: rgb(234,244,214); }
H1.HeaderClassName
{
color: #EAF4D6;
}
.AnyTagClassName
{
color: #EAF4D6;
}
</style>
background-color css
<style>
a { background-color: #EAF4D6; }
a { background-color: rgb(234,244,214); }
div.DivClassName
{
background-color: #EAF4D6;
}
.BgClassName
{
background-color: #EAF4D6;
}
</style>
border-color css
<style>
span { border-color: #EAF4D6; }
span { border-color: rgb(234,244,214); }
td.TdClassName
{
border-color: #EAF4D6;
}
.TagClassName
{
border-color: #EAF4D6;
}
</style>