Shades of Snuff #EECCE8
Tints of Snuff #EECCE8
RGB
CMYK
RGB Variations
Color information
#EECCE8 (or 0xEECCE8) is known color: Snuff. HEX triplet: EE, CC and E8. RGB value is (238,204,232). Sum of RGB (Red+Green+Blue) = 238+204+232=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECCE8 is #113317. Grayscale: #D9D9D9. Windows color (decimal): -1127192 or 15256814. OLE color: 15256814.
HSL color Cylindrical-coordinate representation of color #EECCE8: hue angle of 310.59º 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 #EECCE8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 204 | 232 | - |
CMYK | 0 | 0.14 | 0.03 | 0.07 |
HSL | 310.59º | 0.5% | 0.87% | - |
HSV(B) | 310.59º | 0.14% | 0.93% | - |
XYZ | 71.42 | 67.19 | 85.55 | - |
YUV | 217.36 | 136.26 | 142.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 204 | 232 | 0 | 0.14 | 0.03 | 0.07 | 310.59 | 0.5 | 0.87 |
Hex | EE | CC | E8 | 0 | E | 3 | 7 | 137 | 32 | 57 |
Octal | 356 | 314 | 350 | 0 | 16 | 3 | 7 | 467 | 62 | 127 |
Binary | 11101110 | 11001100 | 11101000 | 0 | 1110 | 11 | 111 | 100110111 | 110010 | 1010111 |
Color Harmonies of #EECCE8
Complementary color
Monochromatic Colors of #EECCE8
Black with #EECCE8
Text Example
Text Example
White with #EECCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCE8; }
p { color: rgb(238,204,232); }
H1.HeaderClassName
{
color: #EECCE8;
}
.AnyTagClassName
{
color: #EECCE8;
}
</style>
background-color css
<style>
a { background-color: #EECCE8; }
a { background-color: rgb(238,204,232); }
div.DivClassName
{
background-color: #EECCE8;
}
.BgClassName
{
background-color: #EECCE8;
}
</style>
border-color css
<style>
span { border-color: #EECCE8; }
span { border-color: rgb(238,204,232); }
td.TdClassName
{
border-color: #EECCE8;
}
.TagClassName
{
border-color: #EECCE8;
}
</style>