Shades of Snuff #EABDEF
Tints of Snuff #EABDEF
RGB
CMYK
RGB Variations
Color information
#EABDEF (or 0xEABDEF) is known color: Snuff. HEX triplet: EA, BD and EF. RGB value is (234,189,239). Sum of RGB (Red+Green+Blue) = 234+189+239=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #EABDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDEF is #154210. Grayscale: #CFCFCF. Windows color (decimal): -1393169 or 15711722. OLE color: 15711722.
HSL color Cylindrical-coordinate representation of color #EABDEF: hue angle of 294º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABDEF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 189 | 239 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.06 |
| HSL | 294º | 0.61% | 0.84% | - |
| HSV(B) | 294º | 0.21% | 0.94% | - |
| XYZ | 67.71 | 60.12 | 89.7 | - |
| YUV | 208.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 239 | 0.02 | 0.21 | 0 | 0.06 | 294 | 0.61 | 0.84 |
| Hex | EA | BD | EF | 2 | 15 | 0 | 6 | 126 | 3D | 54 |
| Octal | 352 | 275 | 357 | 2 | 25 | 0 | 6 | 446 | 75 | 124 |
| Binary | 11101010 | 10111101 | 11101111 | 10 | 10101 | 0 | 110 | 100100110 | 111101 | 1010100 |
Color Harmonies of #EABDEF
Complementary color
Monochromatic Colors of #EABDEF
Black with #EABDEF
Text Example
Text Example
White with #EABDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDEF; }
p { color: rgb(234,189,239); }
H1.HeaderClassName
{
color: #EABDEF;
}
.AnyTagClassName
{
color: #EABDEF;
}
</style>
background-color css
<style>
a { background-color: #EABDEF; }
a { background-color: rgb(234,189,239); }
div.DivClassName
{
background-color: #EABDEF;
}
.BgClassName
{
background-color: #EABDEF;
}
</style>
border-color css
<style>
span { border-color: #EABDEF; }
span { border-color: rgb(234,189,239); }
td.TdClassName
{
border-color: #EABDEF;
}
.TagClassName
{
border-color: #EABDEF;
}
</style>