Shades of Snuff #ECC7EF
Tints of Snuff #ECC7EF
RGB
CMYK
RGB Variations
Color information
#ECC7EF (or 0xECC7EF) is known color: Snuff. HEX triplet: EC, C7 and EF. RGB value is (236,199,239). Sum of RGB (Red+Green+Blue) = 236+199+239=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC7EF is #133810. Grayscale: #D6D6D6. Windows color (decimal): -1259537 or 15714284. OLE color: 15714284.
HSL color Cylindrical-coordinate representation of color #ECC7EF: hue angle of 295.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC7EF is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 199 | 239 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.06 |
| HSL | 295.5º | 0.56% | 0.86% | - |
| HSV(B) | 295.5º | 0.17% | 0.94% | - |
| XYZ | 70.6 | 64.91 | 90.47 | - |
| YUV | 214.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 239 | 0.01 | 0.17 | 0 | 0.06 | 295.5 | 0.56 | 0.86 |
| Hex | EC | C7 | EF | 1 | 11 | 0 | 6 | 128 | 38 | 56 |
| Octal | 354 | 307 | 357 | 1 | 21 | 0 | 6 | 450 | 70 | 126 |
| Binary | 11101100 | 11000111 | 11101111 | 1 | 10001 | 0 | 110 | 100101000 | 111000 | 1010110 |
Color Harmonies of #ECC7EF
Complementary color
Monochromatic Colors of #ECC7EF
Black with #ECC7EF
Text Example
Text Example
White with #ECC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC7EF; }
p { color: rgb(236,199,239); }
H1.HeaderClassName
{
color: #ECC7EF;
}
.AnyTagClassName
{
color: #ECC7EF;
}
</style>
background-color css
<style>
a { background-color: #ECC7EF; }
a { background-color: rgb(236,199,239); }
div.DivClassName
{
background-color: #ECC7EF;
}
.BgClassName
{
background-color: #ECC7EF;
}
</style>
border-color css
<style>
span { border-color: #ECC7EF; }
span { border-color: rgb(236,199,239); }
td.TdClassName
{
border-color: #ECC7EF;
}
.TagClassName
{
border-color: #ECC7EF;
}
</style>