Shades of Snow Flurry #EFFCCB
Tints of Snow Flurry #EFFCCB
RGB
CMYK
RGB Variations
Color information
#EFFCCB (or 0xEFFCCB) is known color: Snow Flurry. HEX triplet: EF, FC and CB. RGB value is (239,252,203). Sum of RGB (Red+Green+Blue) = 239+252+203=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCCB is #100334. Grayscale: #F2F2F2. Windows color (decimal): -1049397 or 13368559. OLE color: 13368559.
HSL color Cylindrical-coordinate representation of color #EFFCCB: hue angle of 75.92º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFFCCB is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 203 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.01 |
| HSL | 75.92º | 0.89% | 0.89% | - |
| HSV(B) | 75.92º | 0.19% | 0.99% | - |
| XYZ | 81.19 | 92.28 | 70.03 | - |
| YUV | 242.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 203 | 0.05 | 0 | 0.19 | 0.01 | 75.92 | 0.89 | 0.89 |
| Hex | EF | FC | CB | 5 | 0 | 13 | 1 | 4C | 59 | 59 |
| Octal | 357 | 374 | 313 | 5 | 0 | 23 | 1 | 114 | 131 | 131 |
| Binary | 11101111 | 11111100 | 11001011 | 101 | 0 | 10011 | 1 | 1001100 | 1011001 | 1011001 |
Color Harmonies of #EFFCCB
Complementary color
Monochromatic Colors of #EFFCCB
Black with #EFFCCB
Text Example
Text Example
White with #EFFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCCB; }
p { color: rgb(239,252,203); }
H1.HeaderClassName
{
color: #EFFCCB;
}
.AnyTagClassName
{
color: #EFFCCB;
}
</style>
background-color css
<style>
a { background-color: #EFFCCB; }
a { background-color: rgb(239,252,203); }
div.DivClassName
{
background-color: #EFFCCB;
}
.BgClassName
{
background-color: #EFFCCB;
}
</style>
border-color css
<style>
span { border-color: #EFFCCB; }
span { border-color: rgb(239,252,203); }
td.TdClassName
{
border-color: #EFFCCB;
}
.TagClassName
{
border-color: #EFFCCB;
}
</style>