Shades of Snuff #ECBEED
Tints of Snuff #ECBEED
RGB
CMYK
RGB Variations
Color information
#ECBEED (or 0xECBEED) is known color: Snuff. HEX triplet: EC, BE and ED. RGB value is (236,190,237). Sum of RGB (Red+Green+Blue) = 236+190+237=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECBEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEED is #134112. Grayscale: #D0D0D0. Windows color (decimal): -1261843 or 15580908. OLE color: 15580908.
HSL color Cylindrical-coordinate representation of color #ECBEED: hue angle of 298.72º degrees, saturation: 0.57, 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 #ECBEED is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 237 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.07 |
| HSL | 298.72º | 0.57% | 0.84% | - |
| HSV(B) | 298.72º | 0.2% | 0.93% | - |
| XYZ | 68.29 | 60.77 | 88.25 | - |
| YUV | 209.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 237 | 0.00 | 0.20 | 0 | 0.07 | 298.72 | 0.57 | 0.84 |
| Hex | EC | BE | ED | 0 | 14 | 0 | 7 | 12B | 39 | 54 |
| Octal | 354 | 276 | 355 | 0 | 24 | 0 | 7 | 453 | 71 | 124 |
| Binary | 11101100 | 10111110 | 11101101 | 0 | 10100 | 0 | 111 | 100101011 | 111001 | 1010100 |
Color Harmonies of #ECBEED
Complementary color
Monochromatic Colors of #ECBEED
Black with #ECBEED
Text Example
Text Example
White with #ECBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEED; }
p { color: rgb(236,190,237); }
H1.HeaderClassName
{
color: #ECBEED;
}
.AnyTagClassName
{
color: #ECBEED;
}
</style>
background-color css
<style>
a { background-color: #ECBEED; }
a { background-color: rgb(236,190,237); }
div.DivClassName
{
background-color: #ECBEED;
}
.BgClassName
{
background-color: #ECBEED;
}
</style>
border-color css
<style>
span { border-color: #ECBEED; }
span { border-color: rgb(236,190,237); }
td.TdClassName
{
border-color: #ECBEED;
}
.TagClassName
{
border-color: #ECBEED;
}
</style>