Shades of Snuff #ECCFEE
Tints of Snuff #ECCFEE
RGB
CMYK
RGB Variations
Color information
#ECCFEE (or 0xECCFEE) is known color: Snuff. HEX triplet: EC, CF and EE. RGB value is (236,207,238). Sum of RGB (Red+Green+Blue) = 236+207+238=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFEE is #133011. Grayscale: #DBDBDB. Windows color (decimal): -1257490 or 15650796. OLE color: 15650796.
HSL color Cylindrical-coordinate representation of color #ECCFEE: hue angle of 296.13º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECCFEE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 238 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.07 |
| HSL | 296.13º | 0.48% | 0.87% | - |
| HSV(B) | 296.13º | 0.13% | 0.93% | - |
| XYZ | 72.34 | 68.63 | 90.32 | - |
| YUV | 219.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 238 | 0.01 | 0.13 | 0 | 0.07 | 296.13 | 0.48 | 0.87 |
| Hex | EC | CF | EE | 1 | D | 0 | 7 | 128 | 30 | 57 |
| Octal | 354 | 317 | 356 | 1 | 15 | 0 | 7 | 450 | 60 | 127 |
| Binary | 11101100 | 11001111 | 11101110 | 1 | 1101 | 0 | 111 | 100101000 | 110000 | 1010111 |
Color Harmonies of #ECCFEE
Complementary color
Monochromatic Colors of #ECCFEE
Black with #ECCFEE
Text Example
Text Example
White with #ECCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFEE; }
p { color: rgb(236,207,238); }
H1.HeaderClassName
{
color: #ECCFEE;
}
.AnyTagClassName
{
color: #ECCFEE;
}
</style>
background-color css
<style>
a { background-color: #ECCFEE; }
a { background-color: rgb(236,207,238); }
div.DivClassName
{
background-color: #ECCFEE;
}
.BgClassName
{
background-color: #ECCFEE;
}
</style>
border-color css
<style>
span { border-color: #ECCFEE; }
span { border-color: rgb(236,207,238); }
td.TdClassName
{
border-color: #ECCFEE;
}
.TagClassName
{
border-color: #ECCFEE;
}
</style>