Shades of Snuff #EEBFEF
Tints of Snuff #EEBFEF
RGB
CMYK
RGB Variations
Color information
#EEBFEF (or 0xEEBFEF) is known color: Snuff. HEX triplet: EE, BF and EF. RGB value is (238,191,239). Sum of RGB (Red+Green+Blue) = 238+191+239=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFEF is #114010. Grayscale: #D2D2D2. Windows color (decimal): -1130513 or 15712238. OLE color: 15712238.
HSL color Cylindrical-coordinate representation of color #EEBFEF: hue angle of 298.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFEF is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 191 | 239 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.06 |
| HSL | 298.75º | 0.6% | 0.84% | - |
| HSV(B) | 298.75º | 0.2% | 0.94% | - |
| XYZ | 69.47 | 61.67 | 89.9 | - |
| YUV | 210.53 | 144.07 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 239 | 0.00 | 0.20 | 0 | 0.06 | 298.75 | 0.6 | 0.84 |
| Hex | EE | BF | EF | 0 | 14 | 0 | 6 | 12B | 3C | 54 |
| Octal | 356 | 277 | 357 | 0 | 24 | 0 | 6 | 453 | 74 | 124 |
| Binary | 11101110 | 10111111 | 11101111 | 0 | 10100 | 0 | 110 | 100101011 | 111100 | 1010100 |
Color Harmonies of #EEBFEF
Complementary color
Monochromatic Colors of #EEBFEF
Black with #EEBFEF
Text Example
Text Example
White with #EEBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFEF; }
p { color: rgb(238,191,239); }
H1.HeaderClassName
{
color: #EEBFEF;
}
.AnyTagClassName
{
color: #EEBFEF;
}
</style>
background-color css
<style>
a { background-color: #EEBFEF; }
a { background-color: rgb(238,191,239); }
div.DivClassName
{
background-color: #EEBFEF;
}
.BgClassName
{
background-color: #EEBFEF;
}
</style>
border-color css
<style>
span { border-color: #EEBFEF; }
span { border-color: rgb(238,191,239); }
td.TdClassName
{
border-color: #EEBFEF;
}
.TagClassName
{
border-color: #EEBFEF;
}
</style>