Shades of Snuff #ECC8EF
Tints of Snuff #ECC8EF
RGB
CMYK
RGB Variations
Color information
#ECC8EF (or 0xECC8EF) is known color: Snuff. HEX triplet: EC, C8 and EF. RGB value is (236,200,239). Sum of RGB (Red+Green+Blue) = 236+200+239=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC8EF is #133710. Grayscale: #D7D7D7. Windows color (decimal): -1259281 or 15714540. OLE color: 15714540.
HSL color Cylindrical-coordinate representation of color #ECC8EF: hue angle of 295.38º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC8EF is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 200 | 239 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.06 |
| HSL | 295.38º | 0.55% | 0.86% | - |
| HSV(B) | 295.38º | 0.16% | 0.94% | - |
| XYZ | 70.83 | 65.37 | 90.55 | - |
| YUV | 215.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 239 | 0.01 | 0.16 | 0 | 0.06 | 295.38 | 0.55 | 0.86 |
| Hex | EC | C8 | EF | 1 | 10 | 0 | 6 | 127 | 37 | 56 |
| Octal | 354 | 310 | 357 | 1 | 20 | 0 | 6 | 447 | 67 | 126 |
| Binary | 11101100 | 11001000 | 11101111 | 1 | 10000 | 0 | 110 | 100100111 | 110111 | 1010110 |
Color Harmonies of #ECC8EF
Complementary color
Monochromatic Colors of #ECC8EF
Black with #ECC8EF
Text Example
Text Example
White with #ECC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8EF; }
p { color: rgb(236,200,239); }
H1.HeaderClassName
{
color: #ECC8EF;
}
.AnyTagClassName
{
color: #ECC8EF;
}
</style>
background-color css
<style>
a { background-color: #ECC8EF; }
a { background-color: rgb(236,200,239); }
div.DivClassName
{
background-color: #ECC8EF;
}
.BgClassName
{
background-color: #ECC8EF;
}
</style>
border-color css
<style>
span { border-color: #ECC8EF; }
span { border-color: rgb(236,200,239); }
td.TdClassName
{
border-color: #ECC8EF;
}
.TagClassName
{
border-color: #ECC8EF;
}
</style>