Shades of Snuff #ECCBE7
Tints of Snuff #ECCBE7
RGB
CMYK
RGB Variations
Color information
#ECCBE7 (or 0xECCBE7) is known color: Snuff. HEX triplet: EC, CB and E7. RGB value is (236,203,231). Sum of RGB (Red+Green+Blue) = 236+203+231=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBE7 is #133418. Grayscale: #D7D7D7. Windows color (decimal): -1258521 or 15191020. OLE color: 15191020.
HSL color Cylindrical-coordinate representation of color #ECCBE7: hue angle of 309.09º 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 #ECCBE7 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 231 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.07 |
| HSL | 309.09º | 0.46% | 0.86% | - |
| HSV(B) | 309.09º | 0.14% | 0.93% | - |
| XYZ | 70.37 | 66.31 | 84.69 | - |
| YUV | 216.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 231 | 0 | 0.14 | 0.02 | 0.07 | 309.09 | 0.46 | 0.86 |
| Hex | EC | CB | E7 | 0 | E | 2 | 7 | 135 | 2E | 56 |
| Octal | 354 | 313 | 347 | 0 | 16 | 2 | 7 | 465 | 56 | 126 |
| Binary | 11101100 | 11001011 | 11100111 | 0 | 1110 | 10 | 111 | 100110101 | 101110 | 1010110 |
Color Harmonies of #ECCBE7
Complementary color
Monochromatic Colors of #ECCBE7
Black with #ECCBE7
Text Example
Text Example
White with #ECCBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCBE7; }
p { color: rgb(236,203,231); }
H1.HeaderClassName
{
color: #ECCBE7;
}
.AnyTagClassName
{
color: #ECCBE7;
}
</style>
background-color css
<style>
a { background-color: #ECCBE7; }
a { background-color: rgb(236,203,231); }
div.DivClassName
{
background-color: #ECCBE7;
}
.BgClassName
{
background-color: #ECCBE7;
}
</style>
border-color css
<style>
span { border-color: #ECCBE7; }
span { border-color: rgb(236,203,231); }
td.TdClassName
{
border-color: #ECCBE7;
}
.TagClassName
{
border-color: #ECCBE7;
}
</style>