Shades of Snuff #ECCFE9
Tints of Snuff #ECCFE9
RGB
CMYK
RGB Variations
Color information
#ECCFE9 (or 0xECCFE9) is known color: Snuff. HEX triplet: EC, CF and E9. RGB value is (236,207,233). Sum of RGB (Red+Green+Blue) = 236+207+233=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFE9 is #133016. Grayscale: #DADADA. Windows color (decimal): -1257495 or 15323116. OLE color: 15323116.
HSL color Cylindrical-coordinate representation of color #ECCFE9: hue angle of 306.21º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECCFE9 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 207 | 233 | - |
CMYK | 0 | 0.12 | 0.01 | 0.07 |
HSL | 306.21º | 0.43% | 0.87% | - |
HSV(B) | 306.21º | 0.12% | 0.93% | - |
XYZ | 71.61 | 68.34 | 86.51 | - |
YUV | 218.64 | 136.11 | 140.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 233 | 0 | 0.12 | 0.01 | 0.07 | 306.21 | 0.43 | 0.87 |
Hex | EC | CF | E9 | 0 | C | 1 | 7 | 132 | 2B | 57 |
Octal | 354 | 317 | 351 | 0 | 14 | 1 | 7 | 462 | 53 | 127 |
Binary | 11101100 | 11001111 | 11101001 | 0 | 1100 | 1 | 111 | 100110010 | 101011 | 1010111 |
Color Harmonies of #ECCFE9
Complementary color
Monochromatic Colors of #ECCFE9
Black with #ECCFE9
Text Example
Text Example
White with #ECCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFE9; }
p { color: rgb(236,207,233); }
H1.HeaderClassName
{
color: #ECCFE9;
}
.AnyTagClassName
{
color: #ECCFE9;
}
</style>
background-color css
<style>
a { background-color: #ECCFE9; }
a { background-color: rgb(236,207,233); }
div.DivClassName
{
background-color: #ECCFE9;
}
.BgClassName
{
background-color: #ECCFE9;
}
</style>
border-color css
<style>
span { border-color: #ECCFE9; }
span { border-color: rgb(236,207,233); }
td.TdClassName
{
border-color: #ECCFE9;
}
.TagClassName
{
border-color: #ECCFE9;
}
</style>