Shades of Snuff #ECCBED
Tints of Snuff #ECCBED
RGB
CMYK
RGB Variations
Color information
#ECCBED (or 0xECCBED) is known color: Snuff. HEX triplet: EC, CB and ED. RGB value is (236,203,237). Sum of RGB (Red+Green+Blue) = 236+203+237=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 203 (79.69% from 255 or 30.03% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECCBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBED is #133412. Grayscale: #D8D8D8. Windows color (decimal): -1258515 or 15584236. OLE color: 15584236.
HSL color Cylindrical-coordinate representation of color #ECCBED: hue angle of 298.24º degrees, saturation: 0.49, 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 #ECCBED is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 237 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.07 |
| HSL | 298.24º | 0.49% | 0.86% | - |
| HSV(B) | 298.24º | 0.14% | 0.93% | - |
| XYZ | 71.23 | 66.66 | 89.23 | - |
| YUV | 216.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 237 | 0.00 | 0.14 | 0 | 0.07 | 298.24 | 0.49 | 0.86 |
| Hex | EC | CB | ED | 0 | E | 0 | 7 | 12A | 31 | 56 |
| Octal | 354 | 313 | 355 | 0 | 16 | 0 | 7 | 452 | 61 | 126 |
| Binary | 11101100 | 11001011 | 11101101 | 0 | 1110 | 0 | 111 | 100101010 | 110001 | 1010110 |
Color Harmonies of #ECCBED
Complementary color
Monochromatic Colors of #ECCBED
Black with #ECCBED
Text Example
Text Example
White with #ECCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBED; }
p { color: rgb(236,203,237); }
H1.HeaderClassName
{
color: #ECCBED;
}
.AnyTagClassName
{
color: #ECCBED;
}
</style>
background-color css
<style>
a { background-color: #ECCBED; }
a { background-color: rgb(236,203,237); }
div.DivClassName
{
background-color: #ECCBED;
}
.BgClassName
{
background-color: #ECCBED;
}
</style>
border-color css
<style>
span { border-color: #ECCBED; }
span { border-color: rgb(236,203,237); }
td.TdClassName
{
border-color: #ECCBED;
}
.TagClassName
{
border-color: #ECCBED;
}
</style>