Shades of Snow Flurry #EAFDCD
Tints of Snow Flurry #EAFDCD
RGB
CMYK
RGB Variations
Color information
#EAFDCD (or 0xEAFDCD) is known color: Snow Flurry. HEX triplet: EA, FD and CD. RGB value is (234,253,205). Sum of RGB (Red+Green+Blue) = 234+253+205=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDCD is #150232. Grayscale: #F2F2F2. Windows color (decimal): -1376819 or 13499882. OLE color: 13499882.
HSL color Cylindrical-coordinate representation of color #EAFDCD: hue angle of 83.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAFDCD is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 205 | - |
CMYK | 0.08 | 0 | 0.19 | 0.01 |
HSL | 83.75º | 0.92% | 0.9% | - |
HSV(B) | 83.75º | 0.19% | 0.99% | - |
XYZ | 80.08 | 92.15 | 71.32 | - |
YUV | 241.85 | 107.21 | 122.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 205 | 0.08 | 0 | 0.19 | 0.01 | 83.75 | 0.92 | 0.9 |
Hex | EA | FD | CD | 8 | 0 | 13 | 1 | 54 | 5C | 5A |
Octal | 352 | 375 | 315 | 10 | 0 | 23 | 1 | 124 | 134 | 132 |
Binary | 11101010 | 11111101 | 11001101 | 1000 | 0 | 10011 | 1 | 1010100 | 1011100 | 1011010 |
Color Harmonies of #EAFDCD
Complementary color
Monochromatic Colors of #EAFDCD
Black with #EAFDCD
Text Example
Text Example
White with #EAFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDCD; }
p { color: rgb(234,253,205); }
H1.HeaderClassName
{
color: #EAFDCD;
}
.AnyTagClassName
{
color: #EAFDCD;
}
</style>
background-color css
<style>
a { background-color: #EAFDCD; }
a { background-color: rgb(234,253,205); }
div.DivClassName
{
background-color: #EAFDCD;
}
.BgClassName
{
background-color: #EAFDCD;
}
</style>
border-color css
<style>
span { border-color: #EAFDCD; }
span { border-color: rgb(234,253,205); }
td.TdClassName
{
border-color: #EAFDCD;
}
.TagClassName
{
border-color: #EAFDCD;
}
</style>