Shades of Snuff #ECCBE6
Tints of Snuff #ECCBE6
RGB
CMYK
RGB Variations
Color information
#ECCBE6 (or 0xECCBE6) is known color: Snuff. HEX triplet: EC, CB and E6. RGB value is (236,203,230). Sum of RGB (Red+Green+Blue) = 236+203+230=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBE6 is #133419. Grayscale: #D7D7D7. Windows color (decimal): -1258522 or 15125484. OLE color: 15125484.
HSL color Cylindrical-coordinate representation of color #ECCBE6: hue angle of 310.91º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCBE6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 230 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.07 |
| HSL | 310.91º | 0.46% | 0.86% | - |
| HSV(B) | 310.91º | 0.14% | 0.93% | - |
| XYZ | 70.23 | 66.26 | 83.95 | - |
| YUV | 215.95 | 135.93 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 230 | 0 | 0.14 | 0.03 | 0.07 | 310.91 | 0.46 | 0.86 |
| Hex | EC | CB | E6 | 0 | E | 3 | 7 | 137 | 2E | 56 |
| Octal | 354 | 313 | 346 | 0 | 16 | 3 | 7 | 467 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11100110 | 0 | 1110 | 11 | 111 | 100110111 | 101110 | 1010110 |
Color Harmonies of #ECCBE6
Complementary color
Monochromatic Colors of #ECCBE6
Black with #ECCBE6
Text Example
Text Example
White with #ECCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBE6; }
p { color: rgb(236,203,230); }
H1.HeaderClassName
{
color: #ECCBE6;
}
.AnyTagClassName
{
color: #ECCBE6;
}
</style>
background-color css
<style>
a { background-color: #ECCBE6; }
a { background-color: rgb(236,203,230); }
div.DivClassName
{
background-color: #ECCBE6;
}
.BgClassName
{
background-color: #ECCBE6;
}
</style>
border-color css
<style>
span { border-color: #ECCBE6; }
span { border-color: rgb(236,203,230); }
td.TdClassName
{
border-color: #ECCBE6;
}
.TagClassName
{
border-color: #ECCBE6;
}
</style>