Shades of Snuff #EACCEC
Tints of Snuff #EACCEC
RGB
CMYK
RGB Variations
Color information
#EACCEC (or 0xEACCEC) is known color: Snuff. HEX triplet: EA, CC and EC. RGB value is (234,204,236). Sum of RGB (Red+Green+Blue) = 234+204+236=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #EACCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCEC is #153313. Grayscale: #D8D8D8. Windows color (decimal): -1389332 or 15518954. OLE color: 15518954.
HSL color Cylindrical-coordinate representation of color #EACCEC: hue angle of 296.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACCEC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 204 | 236 | - |
CMYK | 0.01 | 0.14 | 0 | 0.07 |
HSL | 296.25º | 0.46% | 0.86% | - |
HSV(B) | 296.25º | 0.14% | 0.93% | - |
XYZ | 70.66 | 66.73 | 88.51 | - |
YUV | 216.62 | 138.94 | 140.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 204 | 236 | 0.01 | 0.14 | 0 | 0.07 | 296.25 | 0.46 | 0.86 |
Hex | EA | CC | EC | 1 | E | 0 | 7 | 128 | 2E | 56 |
Octal | 352 | 314 | 354 | 1 | 16 | 0 | 7 | 450 | 56 | 126 |
Binary | 11101010 | 11001100 | 11101100 | 1 | 1110 | 0 | 111 | 100101000 | 101110 | 1010110 |
Color Harmonies of #EACCEC
Complementary color
Monochromatic Colors of #EACCEC
Black with #EACCEC
Text Example
Text Example
White with #EACCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACCEC; }
p { color: rgb(234,204,236); }
H1.HeaderClassName
{
color: #EACCEC;
}
.AnyTagClassName
{
color: #EACCEC;
}
</style>
background-color css
<style>
a { background-color: #EACCEC; }
a { background-color: rgb(234,204,236); }
div.DivClassName
{
background-color: #EACCEC;
}
.BgClassName
{
background-color: #EACCEC;
}
</style>
border-color css
<style>
span { border-color: #EACCEC; }
span { border-color: rgb(234,204,236); }
td.TdClassName
{
border-color: #EACCEC;
}
.TagClassName
{
border-color: #EACCEC;
}
</style>