Shades of Snuff #EFCBF2
Tints of Snuff #EFCBF2
RGB
CMYK
RGB Variations
Color information
#EFCBF2 (or 0xEFCBF2) is known color: Snuff. HEX triplet: EF, CB and F2. RGB value is (239,203,242). Sum of RGB (Red+Green+Blue) = 239+203+242=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFCBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBF2 is #10340D. Grayscale: #DADADA. Windows color (decimal): -1061902 or 15911919. OLE color: 15911919.
HSL color Cylindrical-coordinate representation of color #EFCBF2: hue angle of 295.38º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCBF2 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 203 | 242 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.05 |
| HSL | 295.38º | 0.6% | 0.87% | - |
| HSV(B) | 295.38º | 0.16% | 0.95% | - |
| XYZ | 72.98 | 67.47 | 93.18 | - |
| YUV | 218.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 242 | 0.01 | 0.16 | 0 | 0.05 | 295.38 | 0.6 | 0.87 |
| Hex | EF | CB | F2 | 1 | 10 | 0 | 5 | 127 | 3C | 57 |
| Octal | 357 | 313 | 362 | 1 | 20 | 0 | 5 | 447 | 74 | 127 |
| Binary | 11101111 | 11001011 | 11110010 | 1 | 10000 | 0 | 101 | 100100111 | 111100 | 1010111 |
Color Harmonies of #EFCBF2
Complementary color
Monochromatic Colors of #EFCBF2
Black with #EFCBF2
Text Example
Text Example
White with #EFCBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBF2; }
p { color: rgb(239,203,242); }
H1.HeaderClassName
{
color: #EFCBF2;
}
.AnyTagClassName
{
color: #EFCBF2;
}
</style>
background-color css
<style>
a { background-color: #EFCBF2; }
a { background-color: rgb(239,203,242); }
div.DivClassName
{
background-color: #EFCBF2;
}
.BgClassName
{
background-color: #EFCBF2;
}
</style>
border-color css
<style>
span { border-color: #EFCBF2; }
span { border-color: rgb(239,203,242); }
td.TdClassName
{
border-color: #EFCBF2;
}
.TagClassName
{
border-color: #EFCBF2;
}
</style>