Shades of Snow Flurry #EEFAD2
Tints of Snow Flurry #EEFAD2
RGB
CMYK
RGB Variations
Color information
#EEFAD2 (or 0xEEFAD2) is known color: Snow Flurry. HEX triplet: EE, FA and D2. RGB value is (238,250,210). Sum of RGB (Red+Green+Blue) = 238+250+210=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAD2 is #11052D. Grayscale: #F1F1F1. Windows color (decimal): -1115438 or 13826798. OLE color: 13826798.
HSL color Cylindrical-coordinate representation of color #EEFAD2: hue angle of 78º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEFAD2 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 250 | 210 | - |
CMYK | 0.05 | 0 | 0.16 | 0.02 |
HSL | 78º | 0.8% | 0.9% | - |
HSV(B) | 78º | 0.16% | 0.98% | - |
XYZ | 81.08 | 91.2 | 74.3 | - |
YUV | 241.85 | 110.02 | 125.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 250 | 210 | 0.05 | 0 | 0.16 | 0.02 | 78 | 0.8 | 0.9 |
Hex | EE | FA | D2 | 5 | 0 | 10 | 2 | 4E | 50 | 5A |
Octal | 356 | 372 | 322 | 5 | 0 | 20 | 2 | 116 | 120 | 132 |
Binary | 11101110 | 11111010 | 11010010 | 101 | 0 | 10000 | 10 | 1001110 | 1010000 | 1011010 |
Color Harmonies of #EEFAD2
Complementary color
Monochromatic Colors of #EEFAD2
Black with #EEFAD2
Text Example
Text Example
White with #EEFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFAD2; }
p { color: rgb(238,250,210); }
H1.HeaderClassName
{
color: #EEFAD2;
}
.AnyTagClassName
{
color: #EEFAD2;
}
</style>
background-color css
<style>
a { background-color: #EEFAD2; }
a { background-color: rgb(238,250,210); }
div.DivClassName
{
background-color: #EEFAD2;
}
.BgClassName
{
background-color: #EEFAD2;
}
</style>
border-color css
<style>
span { border-color: #EEFAD2; }
span { border-color: rgb(238,250,210); }
td.TdClassName
{
border-color: #EEFAD2;
}
.TagClassName
{
border-color: #EEFAD2;
}
</style>