Shades of Snow Flurry #EAFCD5
Tints of Snow Flurry #EAFCD5
RGB
CMYK
RGB Variations
Color information
#EAFCD5 (or 0xEAFCD5) is known color: Snow Flurry. HEX triplet: EA, FC and D5. RGB value is (234,252,213). Sum of RGB (Red+Green+Blue) = 234+252+213=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 213 (83.59% from 255 or 30.47% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCD5 is #15032A. Grayscale: #F2F2F2. Windows color (decimal): -1377067 or 14023914. OLE color: 14023914.
HSL color Cylindrical-coordinate representation of color #EAFCD5: hue angle of 87.69º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAFCD5 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 252 | 213 | - |
CMYK | 0.07 | 0 | 0.15 | 0.01 |
HSL | 87.69º | 0.87% | 0.91% | - |
HSV(B) | 87.69º | 0.15% | 0.99% | - |
XYZ | 80.75 | 91.92 | 76.44 | - |
YUV | 242.17 | 111.54 | 122.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 252 | 213 | 0.07 | 0 | 0.15 | 0.01 | 87.69 | 0.87 | 0.91 |
Hex | EA | FC | D5 | 7 | 0 | F | 1 | 58 | 57 | 5B |
Octal | 352 | 374 | 325 | 7 | 0 | 17 | 1 | 130 | 127 | 133 |
Binary | 11101010 | 11111100 | 11010101 | 111 | 0 | 1111 | 1 | 1011000 | 1010111 | 1011011 |
Color Harmonies of #EAFCD5
Complementary color
Monochromatic Colors of #EAFCD5
Black with #EAFCD5
Text Example
Text Example
White with #EAFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCD5; }
p { color: rgb(234,252,213); }
H1.HeaderClassName
{
color: #EAFCD5;
}
.AnyTagClassName
{
color: #EAFCD5;
}
</style>
background-color css
<style>
a { background-color: #EAFCD5; }
a { background-color: rgb(234,252,213); }
div.DivClassName
{
background-color: #EAFCD5;
}
.BgClassName
{
background-color: #EAFCD5;
}
</style>
border-color css
<style>
span { border-color: #EAFCD5; }
span { border-color: rgb(234,252,213); }
td.TdClassName
{
border-color: #EAFCD5;
}
.TagClassName
{
border-color: #EAFCD5;
}
</style>