Shades of Snow Flurry #EFFBD2
Tints of Snow Flurry #EFFBD2
RGB
CMYK
RGB Variations
Color information
#EFFBD2 (or 0xEFFBD2) is known color: Snow Flurry. HEX triplet: EF, FB and D2. RGB value is (239,251,210). Sum of RGB (Red+Green+Blue) = 239+251+210=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 210 (82.42% from 255 or 30% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBD2 is #10042D. Grayscale: #F2F2F2. Windows color (decimal): -1049646 or 13827055. OLE color: 13827055.
HSL color Cylindrical-coordinate representation of color #EFFBD2: hue angle of 77.56º degrees, saturation: 0.84, 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 #EFFBD2 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 251 | 210 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.02 |
| HSL | 77.56º | 0.84% | 0.9% | - |
| HSV(B) | 77.56º | 0.16% | 0.98% | - |
| XYZ | 81.73 | 92 | 74.42 | - |
| YUV | 242.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 251 | 210 | 0.05 | 0 | 0.16 | 0.02 | 77.56 | 0.84 | 0.9 |
| Hex | EF | FB | D2 | 5 | 0 | 10 | 2 | 4E | 54 | 5A |
| Octal | 357 | 373 | 322 | 5 | 0 | 20 | 2 | 116 | 124 | 132 |
| Binary | 11101111 | 11111011 | 11010010 | 101 | 0 | 10000 | 10 | 1001110 | 1010100 | 1011010 |
Color Harmonies of #EFFBD2
Complementary color
Monochromatic Colors of #EFFBD2
Black with #EFFBD2
Text Example
Text Example
White with #EFFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFBD2; }
p { color: rgb(239,251,210); }
H1.HeaderClassName
{
color: #EFFBD2;
}
.AnyTagClassName
{
color: #EFFBD2;
}
</style>
background-color css
<style>
a { background-color: #EFFBD2; }
a { background-color: rgb(239,251,210); }
div.DivClassName
{
background-color: #EFFBD2;
}
.BgClassName
{
background-color: #EFFBD2;
}
</style>
border-color css
<style>
span { border-color: #EFFBD2; }
span { border-color: rgb(239,251,210); }
td.TdClassName
{
border-color: #EFFBD2;
}
.TagClassName
{
border-color: #EFFBD2;
}
</style>