Shades of Snuff #ECC7EE
Tints of Snuff #ECC7EE
RGB
CMYK
RGB Variations
Color information
#ECC7EE (or 0xECC7EE) is known color: Snuff. HEX triplet: EC, C7 and EE. RGB value is (236,199,238). Sum of RGB (Red+Green+Blue) = 236+199+238=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECC7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7EE is #133811. Grayscale: #D6D6D6. Windows color (decimal): -1259538 or 15648748. OLE color: 15648748.
HSL color Cylindrical-coordinate representation of color #ECC7EE: hue angle of 296.92º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECC7EE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 199 | 238 | - |
CMYK | 0.01 | 0.16 | 0 | 0.07 |
HSL | 296.92º | 0.53% | 0.86% | - |
HSV(B) | 296.92º | 0.16% | 0.93% | - |
XYZ | 70.45 | 64.85 | 89.69 | - |
YUV | 214.51 | 141.26 | 143.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 199 | 238 | 0.01 | 0.16 | 0 | 0.07 | 296.92 | 0.53 | 0.86 |
Hex | EC | C7 | EE | 1 | 10 | 0 | 7 | 129 | 35 | 56 |
Octal | 354 | 307 | 356 | 1 | 20 | 0 | 7 | 451 | 65 | 126 |
Binary | 11101100 | 11000111 | 11101110 | 1 | 10000 | 0 | 111 | 100101001 | 110101 | 1010110 |
Color Harmonies of #ECC7EE
Complementary color
Monochromatic Colors of #ECC7EE
Black with #ECC7EE
Text Example
Text Example
White with #ECC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7EE; }
p { color: rgb(236,199,238); }
H1.HeaderClassName
{
color: #ECC7EE;
}
.AnyTagClassName
{
color: #ECC7EE;
}
</style>
background-color css
<style>
a { background-color: #ECC7EE; }
a { background-color: rgb(236,199,238); }
div.DivClassName
{
background-color: #ECC7EE;
}
.BgClassName
{
background-color: #ECC7EE;
}
</style>
border-color css
<style>
span { border-color: #ECC7EE; }
span { border-color: rgb(236,199,238); }
td.TdClassName
{
border-color: #ECC7EE;
}
.TagClassName
{
border-color: #ECC7EE;
}
</style>