Shades of Snuff #EABDEE
Tints of Snuff #EABDEE
RGB
CMYK
RGB Variations
Color information
#EABDEE (or 0xEABDEE) is known color: Snuff. HEX triplet: EA, BD and EE. RGB value is (234,189,238). Sum of RGB (Red+Green+Blue) = 234+189+238=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #EABDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDEE is #154211. Grayscale: #CFCFCF. Windows color (decimal): -1393170 or 15646186. OLE color: 15646186.
HSL color Cylindrical-coordinate representation of color #EABDEE: hue angle of 295.1º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABDEE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 189 | 238 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.07 |
| HSL | 295.1º | 0.59% | 0.84% | - |
| HSV(B) | 295.1º | 0.21% | 0.93% | - |
| XYZ | 67.56 | 60.06 | 88.92 | - |
| YUV | 208.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 238 | 0.02 | 0.21 | 0 | 0.07 | 295.1 | 0.59 | 0.84 |
| Hex | EA | BD | EE | 2 | 15 | 0 | 7 | 127 | 3B | 54 |
| Octal | 352 | 275 | 356 | 2 | 25 | 0 | 7 | 447 | 73 | 124 |
| Binary | 11101010 | 10111101 | 11101110 | 10 | 10101 | 0 | 111 | 100100111 | 111011 | 1010100 |
Color Harmonies of #EABDEE
Complementary color
Monochromatic Colors of #EABDEE
Black with #EABDEE
Text Example
Text Example
White with #EABDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDEE; }
p { color: rgb(234,189,238); }
H1.HeaderClassName
{
color: #EABDEE;
}
.AnyTagClassName
{
color: #EABDEE;
}
</style>
background-color css
<style>
a { background-color: #EABDEE; }
a { background-color: rgb(234,189,238); }
div.DivClassName
{
background-color: #EABDEE;
}
.BgClassName
{
background-color: #EABDEE;
}
</style>
border-color css
<style>
span { border-color: #EABDEE; }
span { border-color: rgb(234,189,238); }
td.TdClassName
{
border-color: #EABDEE;
}
.TagClassName
{
border-color: #EABDEE;
}
</style>