Shades of Snow Flurry #EEFDD1
Tints of Snow Flurry #EEFDD1
RGB
CMYK
RGB Variations
Color information
#EEFDD1 (or 0xEEFDD1) is known color: Snow Flurry. HEX triplet: EE, FD and D1. RGB value is (238,253,209). Sum of RGB (Red+Green+Blue) = 238+253+209=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 209 (82.03% from 255 or 29.86% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD1 is #11022E. Grayscale: #F3F3F3. Windows color (decimal): -1114671 or 13762030. OLE color: 13762030.
HSL color Cylindrical-coordinate representation of color #EEFDD1: hue angle of 80.45º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEFDD1 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 253 | 209 | - |
CMYK | 0.06 | 0 | 0.17 | 0.01 |
HSL | 80.45º | 0.92% | 0.91% | - |
HSV(B) | 80.45º | 0.17% | 0.99% | - |
XYZ | 81.89 | 93.03 | 73.96 | - |
YUV | 243.5 | 108.53 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 253 | 209 | 0.06 | 0 | 0.17 | 0.01 | 80.45 | 0.92 | 0.91 |
Hex | EE | FD | D1 | 6 | 0 | 11 | 1 | 50 | 5C | 5B |
Octal | 356 | 375 | 321 | 6 | 0 | 21 | 1 | 120 | 134 | 133 |
Binary | 11101110 | 11111101 | 11010001 | 110 | 0 | 10001 | 1 | 1010000 | 1011100 | 1011011 |
Color Harmonies of #EEFDD1
Complementary color
Monochromatic Colors of #EEFDD1
Black with #EEFDD1
Text Example
Text Example
White with #EEFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFDD1; }
p { color: rgb(238,253,209); }
H1.HeaderClassName
{
color: #EEFDD1;
}
.AnyTagClassName
{
color: #EEFDD1;
}
</style>
background-color css
<style>
a { background-color: #EEFDD1; }
a { background-color: rgb(238,253,209); }
div.DivClassName
{
background-color: #EEFDD1;
}
.BgClassName
{
background-color: #EEFDD1;
}
</style>
border-color css
<style>
span { border-color: #EEFDD1; }
span { border-color: rgb(238,253,209); }
td.TdClassName
{
border-color: #EEFDD1;
}
.TagClassName
{
border-color: #EEFDD1;
}
</style>