Shades of Snuff #ECBDEF
Tints of Snuff #ECBDEF
RGB
CMYK
RGB Variations
Color information
#ECBDEF (or 0xECBDEF) is known color: Snuff. HEX triplet: EC, BD and EF. RGB value is (236,189,239). Sum of RGB (Red+Green+Blue) = 236+189+239=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDEF is #134210. Grayscale: #D0D0D0. Windows color (decimal): -1262097 or 15711724. OLE color: 15711724.
HSL color Cylindrical-coordinate representation of color #ECBDEF: hue angle of 296.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECBDEF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 189 | 239 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.06 |
| HSL | 296.4º | 0.61% | 0.84% | - |
| HSV(B) | 296.4º | 0.21% | 0.94% | - |
| XYZ | 68.37 | 60.46 | 89.73 | - |
| YUV | 208.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 239 | 0.01 | 0.21 | 0 | 0.06 | 296.4 | 0.61 | 0.84 |
| Hex | EC | BD | EF | 1 | 15 | 0 | 6 | 128 | 3D | 54 |
| Octal | 354 | 275 | 357 | 1 | 25 | 0 | 6 | 450 | 75 | 124 |
| Binary | 11101100 | 10111101 | 11101111 | 1 | 10101 | 0 | 110 | 100101000 | 111101 | 1010100 |
Color Harmonies of #ECBDEF
Complementary color
Monochromatic Colors of #ECBDEF
Black with #ECBDEF
Text Example
Text Example
White with #ECBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDEF; }
p { color: rgb(236,189,239); }
H1.HeaderClassName
{
color: #ECBDEF;
}
.AnyTagClassName
{
color: #ECBDEF;
}
</style>
background-color css
<style>
a { background-color: #ECBDEF; }
a { background-color: rgb(236,189,239); }
div.DivClassName
{
background-color: #ECBDEF;
}
.BgClassName
{
background-color: #ECBDEF;
}
</style>
border-color css
<style>
span { border-color: #ECBDEF; }
span { border-color: rgb(236,189,239); }
td.TdClassName
{
border-color: #ECBDEF;
}
.TagClassName
{
border-color: #ECBDEF;
}
</style>