Shades of Snuff #ECCFEA
Tints of Snuff #ECCFEA
RGB
CMYK
RGB Variations
Color information
#ECCFEA (or 0xECCFEA) is known color: Snuff. HEX triplet: EC, CF and EA. RGB value is (236,207,234). Sum of RGB (Red+Green+Blue) = 236+207+234=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCFEA is #133015. Grayscale: #DADADA. Windows color (decimal): -1257494 or 15388652. OLE color: 15388652.
HSL color Cylindrical-coordinate representation of color #ECCFEA: hue angle of 304.14º 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 #ECCFEA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 207 | 234 | - |
CMYK | 0 | 0.12 | 0.01 | 0.07 |
HSL | 304.14º | 0.43% | 0.87% | - |
HSV(B) | 304.14º | 0.12% | 0.93% | - |
XYZ | 71.76 | 68.4 | 87.26 | - |
YUV | 218.75 | 136.61 | 140.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 234 | 0 | 0.12 | 0.01 | 0.07 | 304.14 | 0.43 | 0.87 |
Hex | EC | CF | EA | 0 | C | 1 | 7 | 130 | 2B | 57 |
Octal | 354 | 317 | 352 | 0 | 14 | 1 | 7 | 460 | 53 | 127 |
Binary | 11101100 | 11001111 | 11101010 | 0 | 1100 | 1 | 111 | 100110000 | 101011 | 1010111 |
Color Harmonies of #ECCFEA
Complementary color
Monochromatic Colors of #ECCFEA
Black with #ECCFEA
Text Example
Text Example
White with #ECCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFEA; }
p { color: rgb(236,207,234); }
H1.HeaderClassName
{
color: #ECCFEA;
}
.AnyTagClassName
{
color: #ECCFEA;
}
</style>
background-color css
<style>
a { background-color: #ECCFEA; }
a { background-color: rgb(236,207,234); }
div.DivClassName
{
background-color: #ECCFEA;
}
.BgClassName
{
background-color: #ECCFEA;
}
</style>
border-color css
<style>
span { border-color: #ECCFEA; }
span { border-color: rgb(236,207,234); }
td.TdClassName
{
border-color: #ECCFEA;
}
.TagClassName
{
border-color: #ECCFEA;
}
</style>