Shades of Snow Flurry #EAFFCA
Tints of Snow Flurry #EAFFCA
RGB
CMYK
RGB Variations
Color information
#EAFFCA (or 0xEAFFCA) is known color: Snow Flurry. HEX triplet: EA, FF and CA. RGB value is (234,255,202). Sum of RGB (Red+Green+Blue) = 234+255+202=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFCA is #150035. Grayscale: #F2F2F2. Windows color (decimal): -1376310 or 13303786. OLE color: 13303786.
HSL color Cylindrical-coordinate representation of color #EAFFCA: hue angle of 83.77º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAFFCA is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 234 | 255 | 202 | - |
CMYK | 0.08 | 0 | 0.21 | 0 |
HSL | 83.77º | 1% | 0.9% | - |
HSV(B) | 83.77º | 0.21% | 1% | - |
XYZ | 80.35 | 93.28 | 69.65 | - |
YUV | 242.68 | 105.04 | 121.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 255 | 202 | 0.08 | 0 | 0.21 | 0 | 83.77 | 1 | 0.9 |
Hex | EA | FF | CA | 8 | 0 | 15 | 0 | 54 | 64 | 5A |
Octal | 352 | 377 | 312 | 10 | 0 | 25 | 0 | 124 | 144 | 132 |
Binary | 11101010 | 11111111 | 11001010 | 1000 | 0 | 10101 | 0 | 1010100 | 1100100 | 1011010 |
Color Harmonies of #EAFFCA
Complementary color
Monochromatic Colors of #EAFFCA
Black with #EAFFCA
Text Example
Text Example
White with #EAFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFFCA; }
p { color: rgb(234,255,202); }
H1.HeaderClassName
{
color: #EAFFCA;
}
.AnyTagClassName
{
color: #EAFFCA;
}
</style>
background-color css
<style>
a { background-color: #EAFFCA; }
a { background-color: rgb(234,255,202); }
div.DivClassName
{
background-color: #EAFFCA;
}
.BgClassName
{
background-color: #EAFFCA;
}
</style>
border-color css
<style>
span { border-color: #EAFFCA; }
span { border-color: rgb(234,255,202); }
td.TdClassName
{
border-color: #EAFFCA;
}
.TagClassName
{
border-color: #EAFFCA;
}
</style>