Shades of Snuff #ECCFEF
Tints of Snuff #ECCFEF
RGB
CMYK
RGB Variations
Color information
#ECCFEF (or 0xECCFEF) is known color: Snuff. HEX triplet: EC, CF and EF. RGB value is (236,207,239). Sum of RGB (Red+Green+Blue) = 236+207+239=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECCFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFEF is #133010. Grayscale: #DBDBDB. Windows color (decimal): -1257489 or 15716332. OLE color: 15716332.
HSL color Cylindrical-coordinate representation of color #ECCFEF: hue angle of 294.38º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCFEF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 207 | 239 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.06 |
| HSL | 294.38º | 0.5% | 0.87% | - |
| HSV(B) | 294.38º | 0.13% | 0.94% | - |
| XYZ | 72.48 | 68.69 | 91.1 | - |
| YUV | 219.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 239 | 0.01 | 0.13 | 0 | 0.06 | 294.38 | 0.5 | 0.87 |
| Hex | EC | CF | EF | 1 | D | 0 | 6 | 126 | 32 | 57 |
| Octal | 354 | 317 | 357 | 1 | 15 | 0 | 6 | 446 | 62 | 127 |
| Binary | 11101100 | 11001111 | 11101111 | 1 | 1101 | 0 | 110 | 100100110 | 110010 | 1010111 |
Color Harmonies of #ECCFEF
Complementary color
Monochromatic Colors of #ECCFEF
Black with #ECCFEF
Text Example
Text Example
White with #ECCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFEF; }
p { color: rgb(236,207,239); }
H1.HeaderClassName
{
color: #ECCFEF;
}
.AnyTagClassName
{
color: #ECCFEF;
}
</style>
background-color css
<style>
a { background-color: #ECCFEF; }
a { background-color: rgb(236,207,239); }
div.DivClassName
{
background-color: #ECCFEF;
}
.BgClassName
{
background-color: #ECCFEF;
}
</style>
border-color css
<style>
span { border-color: #ECCFEF; }
span { border-color: rgb(236,207,239); }
td.TdClassName
{
border-color: #ECCFEF;
}
.TagClassName
{
border-color: #ECCFEF;
}
</style>