Shades of Snuff #EAD9E5
Tints of Snuff #EAD9E5
RGB
CMYK
RGB Variations
Color information
#EAD9E5 (or 0xEAD9E5) is known color: Snuff. HEX triplet: EA, D9 and E5. RGB value is (234,217,229). Sum of RGB (Red+Green+Blue) = 234+217+229=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9E5 is #15261A. Grayscale: #DFDFDF. Windows color (decimal): -1386011 or 15063530. OLE color: 15063530.
HSL color Cylindrical-coordinate representation of color #EAD9E5: hue angle of 317.65º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAD9E5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 217 | 229 | - |
CMYK | 0 | 0.07 | 0.02 | 0.08 |
HSL | 317.65º | 0.29% | 0.88% | - |
HSV(B) | 317.65º | 0.07% | 0.92% | - |
XYZ | 72.89 | 72.78 | 84.33 | - |
YUV | 223.45 | 131.13 | 135.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 217 | 229 | 0 | 0.07 | 0.02 | 0.08 | 317.65 | 0.29 | 0.88 |
Hex | EA | D9 | E5 | 0 | 7 | 2 | 8 | 13E | 1D | 58 |
Octal | 352 | 331 | 345 | 0 | 7 | 2 | 10 | 476 | 35 | 130 |
Binary | 11101010 | 11011001 | 11100101 | 0 | 111 | 10 | 1000 | 100111110 | 11101 | 1011000 |
Color Harmonies of #EAD9E5
Complementary color
Monochromatic Colors of #EAD9E5
Black with #EAD9E5
Text Example
Text Example
White with #EAD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9E5; }
p { color: rgb(234,217,229); }
H1.HeaderClassName
{
color: #EAD9E5;
}
.AnyTagClassName
{
color: #EAD9E5;
}
</style>
background-color css
<style>
a { background-color: #EAD9E5; }
a { background-color: rgb(234,217,229); }
div.DivClassName
{
background-color: #EAD9E5;
}
.BgClassName
{
background-color: #EAD9E5;
}
</style>
border-color css
<style>
span { border-color: #EAD9E5; }
span { border-color: rgb(234,217,229); }
td.TdClassName
{
border-color: #EAD9E5;
}
.TagClassName
{
border-color: #EAD9E5;
}
</style>