Shades of Snuff #ECCEEE
Tints of Snuff #ECCEEE
RGB
CMYK
RGB Variations
Color information
#ECCEEE (or 0xECCEEE) is known color: Snuff. HEX triplet: EC, CE and EE. RGB value is (236,206,238). Sum of RGB (Red+Green+Blue) = 236+206+238=680 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.71% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECCEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCEEE is #133111. Grayscale: #DADADA. Windows color (decimal): -1257746 or 15650540. OLE color: 15650540.
HSL color Cylindrical-coordinate representation of color #ECCEEE: hue angle of 296.25º 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 #ECCEEE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 206 | 238 | - |
CMYK | 0.01 | 0.13 | 0 | 0.07 |
HSL | 296.25º | 0.48% | 0.87% | - |
HSV(B) | 296.25º | 0.13% | 0.93% | - |
XYZ | 72.1 | 68.15 | 90.24 | - |
YUV | 218.62 | 138.94 | 140.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 206 | 238 | 0.01 | 0.13 | 0 | 0.07 | 296.25 | 0.48 | 0.87 |
Hex | EC | CE | EE | 1 | D | 0 | 7 | 128 | 30 | 57 |
Octal | 354 | 316 | 356 | 1 | 15 | 0 | 7 | 450 | 60 | 127 |
Binary | 11101100 | 11001110 | 11101110 | 1 | 1101 | 0 | 111 | 100101000 | 110000 | 1010111 |
Color Harmonies of #ECCEEE
Complementary color
Monochromatic Colors of #ECCEEE
Black with #ECCEEE
Text Example
Text Example
White with #ECCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEEE; }
p { color: rgb(236,206,238); }
H1.HeaderClassName
{
color: #ECCEEE;
}
.AnyTagClassName
{
color: #ECCEEE;
}
</style>
background-color css
<style>
a { background-color: #ECCEEE; }
a { background-color: rgb(236,206,238); }
div.DivClassName
{
background-color: #ECCEEE;
}
.BgClassName
{
background-color: #ECCEEE;
}
</style>
border-color css
<style>
span { border-color: #ECCEEE; }
span { border-color: rgb(236,206,238); }
td.TdClassName
{
border-color: #ECCEEE;
}
.TagClassName
{
border-color: #ECCEEE;
}
</style>