Shades of Snow Flurry #EFFFCB
Tints of Snow Flurry #EFFFCB
RGB
CMYK
RGB Variations
Color information
#EFFFCB (or 0xEFFFCB) is known color: Snow Flurry. HEX triplet: EF, FF and CB. RGB value is (239,255,203). Sum of RGB (Red+Green+Blue) = 239+255+203=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 203 (79.69% from 255 or 29.12% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFCB is #100034. Grayscale: #F4F4F4. Windows color (decimal): -1048629 or 13369327. OLE color: 13369327.
HSL color Cylindrical-coordinate representation of color #EFFFCB: hue angle of 78.46º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFFFCB is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 203 | - |
| CMYK | 0.06 | 0 | 0.20 | 0 |
| HSL | 78.46º | 1% | 0.9% | - |
| HSV(B) | 78.46º | 0.2% | 1% | - |
| XYZ | 82.14 | 94.18 | 70.35 | - |
| YUV | 244.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 203 | 0.06 | 0 | 0.20 | 0 | 78.46 | 1 | 0.9 |
| Hex | EF | FF | CB | 6 | 0 | 14 | 0 | 4E | 64 | 5A |
| Octal | 357 | 377 | 313 | 6 | 0 | 24 | 0 | 116 | 144 | 132 |
| Binary | 11101111 | 11111111 | 11001011 | 110 | 0 | 10100 | 0 | 1001110 | 1100100 | 1011010 |
Color Harmonies of #EFFFCB
Complementary color
Monochromatic Colors of #EFFFCB
Black with #EFFFCB
Text Example
Text Example
White with #EFFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFCB; }
p { color: rgb(239,255,203); }
H1.HeaderClassName
{
color: #EFFFCB;
}
.AnyTagClassName
{
color: #EFFFCB;
}
</style>
background-color css
<style>
a { background-color: #EFFFCB; }
a { background-color: rgb(239,255,203); }
div.DivClassName
{
background-color: #EFFFCB;
}
.BgClassName
{
background-color: #EFFFCB;
}
</style>
border-color css
<style>
span { border-color: #EFFFCB; }
span { border-color: rgb(239,255,203); }
td.TdClassName
{
border-color: #EFFFCB;
}
.TagClassName
{
border-color: #EFFFCB;
}
</style>