Shades of Snuff #ECCCEE
Tints of Snuff #ECCCEE
RGB
CMYK
RGB Variations
Color information
#ECCCEE (or 0xECCCEE) is known color: Snuff. HEX triplet: EC, CC and EE. RGB value is (236,204,238). Sum of RGB (Red+Green+Blue) = 236+204+238=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECCCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCEE is #133311. Grayscale: #D9D9D9. Windows color (decimal): -1258258 or 15650028. OLE color: 15650028.
HSL color Cylindrical-coordinate representation of color #ECCCEE: hue angle of 296.47º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCCEE is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 238 | - |
CMYK | 0.01 | 0.14 | 0 | 0.07 |
HSL | 296.47º | 0.5% | 0.87% | - |
HSV(B) | 296.47º | 0.14% | 0.93% | - |
XYZ | 71.62 | 67.19 | 90.08 | - |
YUV | 217.44 | 139.6 | 141.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 238 | 0.01 | 0.14 | 0 | 0.07 | 296.47 | 0.5 | 0.87 |
Hex | EC | CC | EE | 1 | E | 0 | 7 | 128 | 32 | 57 |
Octal | 354 | 314 | 356 | 1 | 16 | 0 | 7 | 450 | 62 | 127 |
Binary | 11101100 | 11001100 | 11101110 | 1 | 1110 | 0 | 111 | 100101000 | 110010 | 1010111 |
Color Harmonies of #ECCCEE
Complementary color
Monochromatic Colors of #ECCCEE
Black with #ECCCEE
Text Example
Text Example
White with #ECCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCEE; }
p { color: rgb(236,204,238); }
H1.HeaderClassName
{
color: #ECCCEE;
}
.AnyTagClassName
{
color: #ECCCEE;
}
</style>
background-color css
<style>
a { background-color: #ECCCEE; }
a { background-color: rgb(236,204,238); }
div.DivClassName
{
background-color: #ECCCEE;
}
.BgClassName
{
background-color: #ECCCEE;
}
</style>
border-color css
<style>
span { border-color: #ECCCEE; }
span { border-color: rgb(236,204,238); }
td.TdClassName
{
border-color: #ECCCEE;
}
.TagClassName
{
border-color: #ECCCEE;
}
</style>