Shades of Snuff #ECBEEE
Tints of Snuff #ECBEEE
RGB
CMYK
RGB Variations
Color information
#ECBEEE (or 0xECBEEE) is known color: Snuff. HEX triplet: EC, BE and EE. RGB value is (236,190,238). Sum of RGB (Red+Green+Blue) = 236+190+238=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECBEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEEE is #134111. Grayscale: #D1D1D1. Windows color (decimal): -1261842 or 15646444. OLE color: 15646444.
HSL color Cylindrical-coordinate representation of color #ECBEEE: hue angle of 297.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECBEEE is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 238 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.07 |
| HSL | 297.5º | 0.59% | 0.84% | - |
| HSV(B) | 297.5º | 0.2% | 0.93% | - |
| XYZ | 68.44 | 60.83 | 89.02 | - |
| YUV | 209.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 238 | 0.01 | 0.20 | 0 | 0.07 | 297.5 | 0.59 | 0.84 |
| Hex | EC | BE | EE | 1 | 14 | 0 | 7 | 12A | 3B | 54 |
| Octal | 354 | 276 | 356 | 1 | 24 | 0 | 7 | 452 | 73 | 124 |
| Binary | 11101100 | 10111110 | 11101110 | 1 | 10100 | 0 | 111 | 100101010 | 111011 | 1010100 |
Color Harmonies of #ECBEEE
Complementary color
Monochromatic Colors of #ECBEEE
Black with #ECBEEE
Text Example
Text Example
White with #ECBEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEEE; }
p { color: rgb(236,190,238); }
H1.HeaderClassName
{
color: #ECBEEE;
}
.AnyTagClassName
{
color: #ECBEEE;
}
</style>
background-color css
<style>
a { background-color: #ECBEEE; }
a { background-color: rgb(236,190,238); }
div.DivClassName
{
background-color: #ECBEEE;
}
.BgClassName
{
background-color: #ECBEEE;
}
</style>
border-color css
<style>
span { border-color: #ECBEEE; }
span { border-color: rgb(236,190,238); }
td.TdClassName
{
border-color: #ECBEEE;
}
.TagClassName
{
border-color: #ECBEEE;
}
</style>