Shades of Snuff #ECCDEF
Tints of Snuff #ECCDEF
RGB
CMYK
RGB Variations
Color information
#ECCDEF (or 0xECCDEF) is known color: Snuff. HEX triplet: EC, CD and EF. RGB value is (236,205,239). Sum of RGB (Red+Green+Blue) = 236+205+239=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 205 (80.47% from 255 or 30.15% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECCDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDEF is #133210. Grayscale: #DADADA. Windows color (decimal): -1258001 or 15715820. OLE color: 15715820.
HSL color Cylindrical-coordinate representation of color #ECCDEF: hue angle of 294.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCDEF is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 205 | 239 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.06 |
| HSL | 294.71º | 0.52% | 0.87% | - |
| HSV(B) | 294.71º | 0.14% | 0.94% | - |
| XYZ | 72 | 67.73 | 90.94 | - |
| YUV | 218.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 239 | 0.01 | 0.14 | 0 | 0.06 | 294.71 | 0.52 | 0.87 |
| Hex | EC | CD | EF | 1 | E | 0 | 6 | 127 | 34 | 57 |
| Octal | 354 | 315 | 357 | 1 | 16 | 0 | 6 | 447 | 64 | 127 |
| Binary | 11101100 | 11001101 | 11101111 | 1 | 1110 | 0 | 110 | 100100111 | 110100 | 1010111 |
Color Harmonies of #ECCDEF
Complementary color
Monochromatic Colors of #ECCDEF
Black with #ECCDEF
Text Example
Text Example
White with #ECCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCDEF; }
p { color: rgb(236,205,239); }
H1.HeaderClassName
{
color: #ECCDEF;
}
.AnyTagClassName
{
color: #ECCDEF;
}
</style>
background-color css
<style>
a { background-color: #ECCDEF; }
a { background-color: rgb(236,205,239); }
div.DivClassName
{
background-color: #ECCDEF;
}
.BgClassName
{
background-color: #ECCDEF;
}
</style>
border-color css
<style>
span { border-color: #ECCDEF; }
span { border-color: rgb(236,205,239); }
td.TdClassName
{
border-color: #ECCDEF;
}
.TagClassName
{
border-color: #ECCDEF;
}
</style>