Shades of Snuff #EEBEF0
Tints of Snuff #EEBEF0
RGB
CMYK
RGB Variations
Color information
#EEBEF0 (or 0xEEBEF0) is known color: Snuff. HEX triplet: EE, BE and F0. RGB value is (238,190,240). Sum of RGB (Red+Green+Blue) = 238+190+240=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEBEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBEF0 is #11410F. Grayscale: #D1D1D1. Windows color (decimal): -1130768 or 15777518. OLE color: 15777518.
HSL color Cylindrical-coordinate representation of color #EEBEF0: hue angle of 297.6º degrees, saturation: 0.62, 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 #EEBEF0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 190 | 240 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.06 |
| HSL | 297.6º | 0.63% | 0.84% | - |
| HSV(B) | 297.6º | 0.21% | 0.94% | - |
| XYZ | 69.4 | 61.3 | 90.61 | - |
| YUV | 210.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 190 | 240 | 0.01 | 0.21 | 0 | 0.06 | 297.6 | 0.63 | 0.84 |
| Hex | EE | BE | F0 | 1 | 15 | 0 | 6 | 12A | 3E | 54 |
| Octal | 356 | 276 | 360 | 1 | 25 | 0 | 6 | 452 | 76 | 124 |
| Binary | 11101110 | 10111110 | 11110000 | 1 | 10101 | 0 | 110 | 100101010 | 111110 | 1010100 |
Color Harmonies of #EEBEF0
Complementary color
Monochromatic Colors of #EEBEF0
Black with #EEBEF0
Text Example
Text Example
White with #EEBEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBEF0; }
p { color: rgb(238,190,240); }
H1.HeaderClassName
{
color: #EEBEF0;
}
.AnyTagClassName
{
color: #EEBEF0;
}
</style>
background-color css
<style>
a { background-color: #EEBEF0; }
a { background-color: rgb(238,190,240); }
div.DivClassName
{
background-color: #EEBEF0;
}
.BgClassName
{
background-color: #EEBEF0;
}
</style>
border-color css
<style>
span { border-color: #EEBEF0; }
span { border-color: rgb(238,190,240); }
td.TdClassName
{
border-color: #EEBEF0;
}
.TagClassName
{
border-color: #EEBEF0;
}
</style>