Shades of Snow Flurry #EFFECB
Tints of Snow Flurry #EFFECB
RGB
CMYK
RGB Variations
Color information
#EFFECB (or 0xEFFECB) is known color: Snow Flurry. HEX triplet: EF, FE and CB. RGB value is (239,254,203). Sum of RGB (Red+Green+Blue) = 239+254+203=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFECB is #100134. Grayscale: #F3F3F3. Windows color (decimal): -1048885 or 13369071. OLE color: 13369071.
HSL color Cylindrical-coordinate representation of color #EFFECB: hue angle of 77.65º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFFECB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 254 | 203 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.00 |
| HSL | 77.65º | 0.96% | 0.9% | - |
| HSV(B) | 77.65º | 0.2% | 1% | - |
| XYZ | 81.82 | 93.55 | 70.24 | - |
| YUV | 243.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 254 | 203 | 0.06 | 0 | 0.20 | 0.00 | 77.65 | 0.96 | 0.9 |
| Hex | EF | FE | CB | 6 | 0 | 14 | 0 | 4E | 60 | 5A |
| Octal | 357 | 376 | 313 | 6 | 0 | 24 | 0 | 116 | 140 | 132 |
| Binary | 11101111 | 11111110 | 11001011 | 110 | 0 | 10100 | 0 | 1001110 | 1100000 | 1011010 |
Color Harmonies of #EFFECB
Complementary color
Monochromatic Colors of #EFFECB
Black with #EFFECB
Text Example
Text Example
White with #EFFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFECB; }
p { color: rgb(239,254,203); }
H1.HeaderClassName
{
color: #EFFECB;
}
.AnyTagClassName
{
color: #EFFECB;
}
</style>
background-color css
<style>
a { background-color: #EFFECB; }
a { background-color: rgb(239,254,203); }
div.DivClassName
{
background-color: #EFFECB;
}
.BgClassName
{
background-color: #EFFECB;
}
</style>
border-color css
<style>
span { border-color: #EFFECB; }
span { border-color: rgb(239,254,203); }
td.TdClassName
{
border-color: #EFFECB;
}
.TagClassName
{
border-color: #EFFECB;
}
</style>