Shades of Snuff #ECDEEB
Tints of Snuff #ECDEEB
RGB
CMYK
RGB Variations
Color information
#ECDEEB (or 0xECDEEB) is known color: Snuff. HEX triplet: EC, DE and EB. RGB value is (236,222,235). Sum of RGB (Red+Green+Blue) = 236+222+235=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEEB is #132114. Grayscale: #E3E3E3. Windows color (decimal): -1253653 or 15458028. OLE color: 15458028.
HSL color Cylindrical-coordinate representation of color #ECDEEB: hue angle of 304.29º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDEEB is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 235 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.07 |
| HSL | 304.29º | 0.27% | 0.9% | - |
| HSV(B) | 304.29º | 0.06% | 0.93% | - |
| XYZ | 75.71 | 76.07 | 89.29 | - |
| YUV | 227.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 235 | 0 | 0.06 | 0.00 | 0.07 | 304.29 | 0.27 | 0.9 |
| Hex | EC | DE | EB | 0 | 6 | 0 | 7 | 130 | 1B | 5A |
| Octal | 354 | 336 | 353 | 0 | 6 | 0 | 7 | 460 | 33 | 132 |
| Binary | 11101100 | 11011110 | 11101011 | 0 | 110 | 0 | 111 | 100110000 | 11011 | 1011010 |
Color Harmonies of #ECDEEB
Complementary color
Monochromatic Colors of #ECDEEB
Black with #ECDEEB
Text Example
Text Example
White with #ECDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEEB; }
p { color: rgb(236,222,235); }
H1.HeaderClassName
{
color: #ECDEEB;
}
.AnyTagClassName
{
color: #ECDEEB;
}
</style>
background-color css
<style>
a { background-color: #ECDEEB; }
a { background-color: rgb(236,222,235); }
div.DivClassName
{
background-color: #ECDEEB;
}
.BgClassName
{
background-color: #ECDEEB;
}
</style>
border-color css
<style>
span { border-color: #ECDEEB; }
span { border-color: rgb(236,222,235); }
td.TdClassName
{
border-color: #ECDEEB;
}
.TagClassName
{
border-color: #ECDEEB;
}
</style>