Shades of Snuff #EFCBEF
Tints of Snuff #EFCBEF
RGB
CMYK
RGB Variations
Color information
#EFCBEF (or 0xEFCBEF) is known color: Snuff. HEX triplet: EF, CB and EF. RGB value is (239,203,239). Sum of RGB (Red+Green+Blue) = 239+203+239=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 203 (79.69% from 255 or 29.81% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCBEF is #103410. Grayscale: #D9D9D9. Windows color (decimal): -1061905 or 15715311. OLE color: 15715311.
HSL color Cylindrical-coordinate representation of color #EFCBEF: hue angle of 300º 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 #EFCBEF is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 239 | - |
| CMYK | 0 | 0.15 | 0 | 0.06 |
| HSL | 300º | 0.53% | 0.87% | - |
| HSV(B) | 300º | 0.15% | 0.94% | - |
| XYZ | 72.53 | 67.29 | 90.83 | - |
| YUV | 217.87 | 139.93 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 239 | 0 | 0.15 | 0 | 0.06 | 300 | 0.53 | 0.87 |
| Hex | EF | CB | EF | 0 | F | 0 | 6 | 12C | 35 | 57 |
| Octal | 357 | 313 | 357 | 0 | 17 | 0 | 6 | 454 | 65 | 127 |
| Binary | 11101111 | 11001011 | 11101111 | 0 | 1111 | 0 | 110 | 100101100 | 110101 | 1010111 |
Color Harmonies of #EFCBEF
Complementary color
Monochromatic Colors of #EFCBEF
Black with #EFCBEF
Text Example
Text Example
White with #EFCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCBEF; }
p { color: rgb(239,203,239); }
H1.HeaderClassName
{
color: #EFCBEF;
}
.AnyTagClassName
{
color: #EFCBEF;
}
</style>
background-color css
<style>
a { background-color: #EFCBEF; }
a { background-color: rgb(239,203,239); }
div.DivClassName
{
background-color: #EFCBEF;
}
.BgClassName
{
background-color: #EFCBEF;
}
</style>
border-color css
<style>
span { border-color: #EFCBEF; }
span { border-color: rgb(239,203,239); }
td.TdClassName
{
border-color: #EFCBEF;
}
.TagClassName
{
border-color: #EFCBEF;
}
</style>