Shades of Snow Flurry #EFFFD5
Tints of Snow Flurry #EFFFD5
RGB
CMYK
RGB Variations
Color information
#EFFFD5 (or 0xEFFFD5) is known color: Snow Flurry. HEX triplet: EF, FF and D5. RGB value is (239,255,213). Sum of RGB (Red+Green+Blue) = 239+255+213=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 213 (83.59% from 255 or 30.13% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFD5 is #10002A. Grayscale: #F5F5F5. Windows color (decimal): -1048619 or 14024687. OLE color: 14024687.
HSL color Cylindrical-coordinate representation of color #EFFFD5: hue angle of 82.86º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFFFD5 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 239 | 255 | 213 | - |
CMYK | 0.06 | 0 | 0.16 | 0 |
HSL | 82.86º | 1% | 0.92% | - |
HSV(B) | 82.86º | 0.16% | 1% | - |
XYZ | 83.37 | 94.67 | 76.83 | - |
YUV | 245.43 | 109.7 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 255 | 213 | 0.06 | 0 | 0.16 | 0 | 82.86 | 1 | 0.92 |
Hex | EF | FF | D5 | 6 | 0 | 10 | 0 | 53 | 64 | 5C |
Octal | 357 | 377 | 325 | 6 | 0 | 20 | 0 | 123 | 144 | 134 |
Binary | 11101111 | 11111111 | 11010101 | 110 | 0 | 10000 | 0 | 1010011 | 1100100 | 1011100 |
Color Harmonies of #EFFFD5
Complementary color
Monochromatic Colors of #EFFFD5
Black with #EFFFD5
Text Example
Text Example
White with #EFFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFD5; }
p { color: rgb(239,255,213); }
H1.HeaderClassName
{
color: #EFFFD5;
}
.AnyTagClassName
{
color: #EFFFD5;
}
</style>
background-color css
<style>
a { background-color: #EFFFD5; }
a { background-color: rgb(239,255,213); }
div.DivClassName
{
background-color: #EFFFD5;
}
.BgClassName
{
background-color: #EFFFD5;
}
</style>
border-color css
<style>
span { border-color: #EFFFD5; }
span { border-color: rgb(239,255,213); }
td.TdClassName
{
border-color: #EFFFD5;
}
.TagClassName
{
border-color: #EFFFD5;
}
</style>