Shades of Snuff #EAD2EA
Tints of Snuff #EAD2EA
RGB
CMYK
RGB Variations
Color information
#EAD2EA (or 0xEAD2EA) is known color: Snuff. HEX triplet: EA, D2 and EA. RGB value is (234,210,234). Sum of RGB (Red+Green+Blue) = 234+210+234=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAD2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD2EA is #152D15. Grayscale: #DBDBDB. Windows color (decimal): -1387798 or 15389418. OLE color: 15389418.
HSL color Cylindrical-coordinate representation of color #EAD2EA: hue angle of 300º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD2EA is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 234 | - |
| CMYK | 0 | 0.10 | 0 | 0.08 |
| HSL | 300º | 0.36% | 0.87% | - |
| HSV(B) | 300º | 0.1% | 0.92% | - |
| XYZ | 71.83 | 69.53 | 87.48 | - |
| YUV | 219.91 | 135.95 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 234 | 0 | 0.10 | 0 | 0.08 | 300 | 0.36 | 0.87 |
| Hex | EA | D2 | EA | 0 | A | 0 | 8 | 12C | 24 | 57 |
| Octal | 352 | 322 | 352 | 0 | 12 | 0 | 10 | 454 | 44 | 127 |
| Binary | 11101010 | 11010010 | 11101010 | 0 | 1010 | 0 | 1000 | 100101100 | 100100 | 1010111 |
Color Harmonies of #EAD2EA
Complementary color
Monochromatic Colors of #EAD2EA
Black with #EAD2EA
Text Example
Text Example
White with #EAD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2EA; }
p { color: rgb(234,210,234); }
H1.HeaderClassName
{
color: #EAD2EA;
}
.AnyTagClassName
{
color: #EAD2EA;
}
</style>
background-color css
<style>
a { background-color: #EAD2EA; }
a { background-color: rgb(234,210,234); }
div.DivClassName
{
background-color: #EAD2EA;
}
.BgClassName
{
background-color: #EAD2EA;
}
</style>
border-color css
<style>
span { border-color: #EAD2EA; }
span { border-color: rgb(234,210,234); }
td.TdClassName
{
border-color: #EAD2EA;
}
.TagClassName
{
border-color: #EAD2EA;
}
</style>