Shades of Snuff #EEBDEF
Tints of Snuff #EEBDEF
RGB
CMYK
RGB Variations
Color information
#EEBDEF (or 0xEEBDEF) is known color: Snuff. HEX triplet: EE, BD and EF. RGB value is (238,189,239). Sum of RGB (Red+Green+Blue) = 238+189+239=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEBDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDEF is #114210. Grayscale: #D1D1D1. Windows color (decimal): -1131025 or 15711726. OLE color: 15711726.
HSL color Cylindrical-coordinate representation of color #EEBDEF: hue angle of 298.8º 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 #EEBDEF is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 189 | 239 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.06 |
| HSL | 298.8º | 0.61% | 0.84% | - |
| HSV(B) | 298.8º | 0.21% | 0.94% | - |
| XYZ | 69.04 | 60.8 | 89.76 | - |
| YUV | 209.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 239 | 0.00 | 0.21 | 0 | 0.06 | 298.8 | 0.61 | 0.84 |
| Hex | EE | BD | EF | 0 | 15 | 0 | 6 | 12B | 3D | 54 |
| Octal | 356 | 275 | 357 | 0 | 25 | 0 | 6 | 453 | 75 | 124 |
| Binary | 11101110 | 10111101 | 11101111 | 0 | 10101 | 0 | 110 | 100101011 | 111101 | 1010100 |
Color Harmonies of #EEBDEF
Complementary color
Monochromatic Colors of #EEBDEF
Black with #EEBDEF
Text Example
Text Example
White with #EEBDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDEF; }
p { color: rgb(238,189,239); }
H1.HeaderClassName
{
color: #EEBDEF;
}
.AnyTagClassName
{
color: #EEBDEF;
}
</style>
background-color css
<style>
a { background-color: #EEBDEF; }
a { background-color: rgb(238,189,239); }
div.DivClassName
{
background-color: #EEBDEF;
}
.BgClassName
{
background-color: #EEBDEF;
}
</style>
border-color css
<style>
span { border-color: #EEBDEF; }
span { border-color: rgb(238,189,239); }
td.TdClassName
{
border-color: #EEBDEF;
}
.TagClassName
{
border-color: #EEBDEF;
}
</style>