Shades of Snow Flurry #EFFBCD
Tints of Snow Flurry #EFFBCD
RGB
CMYK
RGB Variations
Color information
#EFFBCD (or 0xEFFBCD) is known color: Snow Flurry. HEX triplet: EF, FB and CD. RGB value is (239,251,205). Sum of RGB (Red+Green+Blue) = 239+251+205=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBCD is #100432. Grayscale: #F2F2F2. Windows color (decimal): -1049651 or 13499375. OLE color: 13499375.
HSL color Cylindrical-coordinate representation of color #EFFBCD: hue angle of 75.65º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFBCD is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 205 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.02 |
| HSL | 75.65º | 0.85% | 0.89% | - |
| HSV(B) | 75.65º | 0.18% | 0.98% | - |
| XYZ | 81.11 | 91.75 | 71.19 | - |
| YUV | 242.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 205 | 0.05 | 0 | 0.18 | 0.02 | 75.65 | 0.85 | 0.89 |
| Hex | EF | FB | CD | 5 | 0 | 12 | 2 | 4C | 55 | 59 |
| Octal | 357 | 373 | 315 | 5 | 0 | 22 | 2 | 114 | 125 | 131 |
| Binary | 11101111 | 11111011 | 11001101 | 101 | 0 | 10010 | 10 | 1001100 | 1010101 | 1011001 |
Color Harmonies of #EFFBCD
Complementary color
Monochromatic Colors of #EFFBCD
Black with #EFFBCD
Text Example
Text Example
White with #EFFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBCD; }
p { color: rgb(239,251,205); }
H1.HeaderClassName
{
color: #EFFBCD;
}
.AnyTagClassName
{
color: #EFFBCD;
}
</style>
background-color css
<style>
a { background-color: #EFFBCD; }
a { background-color: rgb(239,251,205); }
div.DivClassName
{
background-color: #EFFBCD;
}
.BgClassName
{
background-color: #EFFBCD;
}
</style>
border-color css
<style>
span { border-color: #EFFBCD; }
span { border-color: rgb(239,251,205); }
td.TdClassName
{
border-color: #EFFBCD;
}
.TagClassName
{
border-color: #EFFBCD;
}
</style>