Shades of Snow Flurry #EFFCCD
Tints of Snow Flurry #EFFCCD
RGB
CMYK
RGB Variations
Color information
#EFFCCD (or 0xEFFCCD) is known color: Snow Flurry. HEX triplet: EF, FC and CD. RGB value is (239,252,205). Sum of RGB (Red+Green+Blue) = 239+252+205=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 205 (80.47% from 255 or 29.45% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCCD is #100332. Grayscale: #F2F2F2. Windows color (decimal): -1049395 or 13499631. OLE color: 13499631.
HSL color Cylindrical-coordinate representation of color #EFFCCD: hue angle of 76.6º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFFCCD is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 205 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.01 |
| HSL | 76.6º | 0.89% | 0.9% | - |
| HSV(B) | 76.6º | 0.19% | 0.99% | - |
| XYZ | 81.43 | 92.38 | 71.3 | - |
| YUV | 242.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 205 | 0.05 | 0 | 0.19 | 0.01 | 76.6 | 0.89 | 0.9 |
| Hex | EF | FC | CD | 5 | 0 | 13 | 1 | 4D | 59 | 5A |
| Octal | 357 | 374 | 315 | 5 | 0 | 23 | 1 | 115 | 131 | 132 |
| Binary | 11101111 | 11111100 | 11001101 | 101 | 0 | 10011 | 1 | 1001101 | 1011001 | 1011010 |
Color Harmonies of #EFFCCD
Complementary color
Monochromatic Colors of #EFFCCD
Black with #EFFCCD
Text Example
Text Example
White with #EFFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCCD; }
p { color: rgb(239,252,205); }
H1.HeaderClassName
{
color: #EFFCCD;
}
.AnyTagClassName
{
color: #EFFCCD;
}
</style>
background-color css
<style>
a { background-color: #EFFCCD; }
a { background-color: rgb(239,252,205); }
div.DivClassName
{
background-color: #EFFCCD;
}
.BgClassName
{
background-color: #EFFCCD;
}
</style>
border-color css
<style>
span { border-color: #EFFCCD; }
span { border-color: rgb(239,252,205); }
td.TdClassName
{
border-color: #EFFCCD;
}
.TagClassName
{
border-color: #EFFCCD;
}
</style>