Shades of Snuff #EADFE9
Tints of Snuff #EADFE9
RGB
CMYK
RGB Variations
Color information
#EADFE9 (or 0xEADFE9) is known color: Snuff. HEX triplet: EA, DF and E9. RGB value is (234,223,233). Sum of RGB (Red+Green+Blue) = 234+223+233=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 233 (91.41% from 255 or 33.77% from 690); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADFE9 is #152016. Grayscale: #E3E3E3. Windows color (decimal): -1384471 or 15327210. OLE color: 15327210.
HSL color Cylindrical-coordinate representation of color #EADFE9: hue angle of 305.45º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADFE9 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 223 | 233 | - |
CMYK | 0 | 0.05 | 0.00 | 0.08 |
HSL | 305.45º | 0.21% | 0.9% | - |
HSV(B) | 305.45º | 0.05% | 0.92% | - |
XYZ | 75.03 | 76.15 | 87.84 | - |
YUV | 227.43 | 131.14 | 132.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 223 | 233 | 0 | 0.05 | 0.00 | 0.08 | 305.45 | 0.21 | 0.9 |
Hex | EA | DF | E9 | 0 | 5 | 0 | 8 | 131 | 15 | 5A |
Octal | 352 | 337 | 351 | 0 | 5 | 0 | 10 | 461 | 25 | 132 |
Binary | 11101010 | 11011111 | 11101001 | 0 | 101 | 0 | 1000 | 100110001 | 10101 | 1011010 |
Color Harmonies of #EADFE9
Complementary color
Monochromatic Colors of #EADFE9
Black with #EADFE9
Text Example
Text Example
White with #EADFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFE9; }
p { color: rgb(234,223,233); }
H1.HeaderClassName
{
color: #EADFE9;
}
.AnyTagClassName
{
color: #EADFE9;
}
</style>
background-color css
<style>
a { background-color: #EADFE9; }
a { background-color: rgb(234,223,233); }
div.DivClassName
{
background-color: #EADFE9;
}
.BgClassName
{
background-color: #EADFE9;
}
</style>
border-color css
<style>
span { border-color: #EADFE9; }
span { border-color: rgb(234,223,233); }
td.TdClassName
{
border-color: #EADFE9;
}
.TagClassName
{
border-color: #EADFE9;
}
</style>