Shades of Snuff #EECCE6
Tints of Snuff #EECCE6
RGB
CMYK
RGB Variations
Color information
#EECCE6 (or 0xEECCE6) is known color: Snuff. HEX triplet: EE, CC and E6. RGB value is (238,204,230). Sum of RGB (Red+Green+Blue) = 238+204+230=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCE6 is #113319. Grayscale: #D9D9D9. Windows color (decimal): -1127194 or 15125742. OLE color: 15125742.
HSL color Cylindrical-coordinate representation of color #EECCE6: hue angle of 314.12º 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 #EECCE6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 230 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.07 |
| HSL | 314.12º | 0.5% | 0.87% | - |
| HSV(B) | 314.12º | 0.14% | 0.93% | - |
| XYZ | 71.14 | 67.08 | 84.06 | - |
| YUV | 217.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 230 | 0 | 0.14 | 0.03 | 0.07 | 314.12 | 0.5 | 0.87 |
| Hex | EE | CC | E6 | 0 | E | 3 | 7 | 13A | 32 | 57 |
| Octal | 356 | 314 | 346 | 0 | 16 | 3 | 7 | 472 | 62 | 127 |
| Binary | 11101110 | 11001100 | 11100110 | 0 | 1110 | 11 | 111 | 100111010 | 110010 | 1010111 |
Color Harmonies of #EECCE6
Complementary color
Monochromatic Colors of #EECCE6
Black with #EECCE6
Text Example
Text Example
White with #EECCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCE6; }
p { color: rgb(238,204,230); }
H1.HeaderClassName
{
color: #EECCE6;
}
.AnyTagClassName
{
color: #EECCE6;
}
</style>
background-color css
<style>
a { background-color: #EECCE6; }
a { background-color: rgb(238,204,230); }
div.DivClassName
{
background-color: #EECCE6;
}
.BgClassName
{
background-color: #EECCE6;
}
</style>
border-color css
<style>
span { border-color: #EECCE6; }
span { border-color: rgb(238,204,230); }
td.TdClassName
{
border-color: #EECCE6;
}
.TagClassName
{
border-color: #EECCE6;
}
</style>