Shades of Snuff #EAD0E6
Tints of Snuff #EAD0E6
RGB
CMYK
RGB Variations
Color information
#EAD0E6 (or 0xEAD0E6) is known color: Snuff. HEX triplet: EA, D0 and E6. RGB value is (234,208,230). Sum of RGB (Red+Green+Blue) = 234+208+230=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAD0E6 is #152F19. Grayscale: #DADADA. Windows color (decimal): -1388314 or 15126762. OLE color: 15126762.
HSL color Cylindrical-coordinate representation of color #EAD0E6: hue angle of 309.23º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAD0E6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 230 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.08 |
| HSL | 309.23º | 0.38% | 0.87% | - |
| HSV(B) | 309.23º | 0.11% | 0.92% | - |
| XYZ | 70.77 | 68.32 | 84.32 | - |
| YUV | 218.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 230 | 0 | 0.11 | 0.02 | 0.08 | 309.23 | 0.38 | 0.87 |
| Hex | EA | D0 | E6 | 0 | B | 2 | 8 | 135 | 26 | 57 |
| Octal | 352 | 320 | 346 | 0 | 13 | 2 | 10 | 465 | 46 | 127 |
| Binary | 11101010 | 11010000 | 11100110 | 0 | 1011 | 10 | 1000 | 100110101 | 100110 | 1010111 |
Color Harmonies of #EAD0E6
Complementary color
Monochromatic Colors of #EAD0E6
Black with #EAD0E6
Text Example
Text Example
White with #EAD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD0E6; }
p { color: rgb(234,208,230); }
H1.HeaderClassName
{
color: #EAD0E6;
}
.AnyTagClassName
{
color: #EAD0E6;
}
</style>
background-color css
<style>
a { background-color: #EAD0E6; }
a { background-color: rgb(234,208,230); }
div.DivClassName
{
background-color: #EAD0E6;
}
.BgClassName
{
background-color: #EAD0E6;
}
</style>
border-color css
<style>
span { border-color: #EAD0E6; }
span { border-color: rgb(234,208,230); }
td.TdClassName
{
border-color: #EAD0E6;
}
.TagClassName
{
border-color: #EAD0E6;
}
</style>