Shades of Snow Flurry #EEFDD5
Tints of Snow Flurry #EEFDD5
RGB
CMYK
RGB Variations
Color information
#EEFDD5 (or 0xEEFDD5) is known color: Snow Flurry. HEX triplet: EE, FD and D5. RGB value is (238,253,213). Sum of RGB (Red+Green+Blue) = 238+253+213=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 213 (83.59% from 255 or 30.26% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD5 is #11022A. Grayscale: #F4F4F4. Windows color (decimal): -1114667 or 14024174. OLE color: 14024174.
HSL color Cylindrical-coordinate representation of color #EEFDD5: hue angle of 82.5º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEFDD5 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 213 | - |
CMYK | 0.06 | 0 | 0.16 | 0.01 |
HSL | 82.5º | 0.91% | 0.91% | - |
HSV(B) | 82.5º | 0.16% | 0.99% | - |
XYZ | 82.4 | 93.23 | 76.6 | - |
YUV | 243.96 | 110.53 | 123.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 213 | 0.06 | 0 | 0.16 | 0.01 | 82.5 | 0.91 | 0.91 |
Hex | EE | FD | D5 | 6 | 0 | 10 | 1 | 52 | 5B | 5B |
Octal | 356 | 375 | 325 | 6 | 0 | 20 | 1 | 122 | 133 | 133 |
Binary | 11101110 | 11111101 | 11010101 | 110 | 0 | 10000 | 1 | 1010010 | 1011011 | 1011011 |
Color Harmonies of #EEFDD5
Complementary color
Monochromatic Colors of #EEFDD5
Black with #EEFDD5
Text Example
Text Example
White with #EEFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDD5; }
p { color: rgb(238,253,213); }
H1.HeaderClassName
{
color: #EEFDD5;
}
.AnyTagClassName
{
color: #EEFDD5;
}
</style>
background-color css
<style>
a { background-color: #EEFDD5; }
a { background-color: rgb(238,253,213); }
div.DivClassName
{
background-color: #EEFDD5;
}
.BgClassName
{
background-color: #EEFDD5;
}
</style>
border-color css
<style>
span { border-color: #EEFDD5; }
span { border-color: rgb(238,253,213); }
td.TdClassName
{
border-color: #EEFDD5;
}
.TagClassName
{
border-color: #EEFDD5;
}
</style>