Shades of Snuff #EFCBED
Tints of Snuff #EFCBED
RGB
CMYK
RGB Variations
Color information
#EFCBED (or 0xEFCBED) is known color: Snuff. HEX triplet: EF, CB and ED. RGB value is (239,203,237). Sum of RGB (Red+Green+Blue) = 239+203+237=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 203 (79.69% from 255 or 29.90% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBED is #103412. Grayscale: #D9D9D9. Windows color (decimal): -1061907 or 15584239. OLE color: 15584239.
HSL color Cylindrical-coordinate representation of color #EFCBED: hue angle of 303.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCBED is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 237 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.06 |
| HSL | 303.33º | 0.53% | 0.87% | - |
| HSV(B) | 303.33º | 0.15% | 0.94% | - |
| XYZ | 72.24 | 67.18 | 89.28 | - |
| YUV | 217.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 237 | 0 | 0.15 | 0.01 | 0.06 | 303.33 | 0.53 | 0.87 |
| Hex | EF | CB | ED | 0 | F | 1 | 6 | 12F | 35 | 57 |
| Octal | 357 | 313 | 355 | 0 | 17 | 1 | 6 | 457 | 65 | 127 |
| Binary | 11101111 | 11001011 | 11101101 | 0 | 1111 | 1 | 110 | 100101111 | 110101 | 1010111 |
Color Harmonies of #EFCBED
Complementary color
Monochromatic Colors of #EFCBED
Black with #EFCBED
Text Example
Text Example
White with #EFCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBED; }
p { color: rgb(239,203,237); }
H1.HeaderClassName
{
color: #EFCBED;
}
.AnyTagClassName
{
color: #EFCBED;
}
</style>
background-color css
<style>
a { background-color: #EFCBED; }
a { background-color: rgb(239,203,237); }
div.DivClassName
{
background-color: #EFCBED;
}
.BgClassName
{
background-color: #EFCBED;
}
</style>
border-color css
<style>
span { border-color: #EFCBED; }
span { border-color: rgb(239,203,237); }
td.TdClassName
{
border-color: #EFCBED;
}
.TagClassName
{
border-color: #EFCBED;
}
</style>