Shades of Snuff #EEBCF2
Tints of Snuff #EEBCF2
RGB
CMYK
RGB Variations
Color information
#EEBCF2 (or 0xEEBCF2) is known color: Snuff. HEX triplet: EE, BC and F2. RGB value is (238,188,242). Sum of RGB (Red+Green+Blue) = 238+188+242=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 188 (73.83% from 255 or 28.14% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEBCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCF2 is #11430D. Grayscale: #D0D0D0. Windows color (decimal): -1131278 or 15908078. OLE color: 15908078.
HSL color Cylindrical-coordinate representation of color #EEBCF2: hue angle of 295.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBCF2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 188 | 242 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.05 |
| HSL | 295.56º | 0.68% | 0.84% | - |
| HSV(B) | 295.56º | 0.22% | 0.95% | - |
| XYZ | 69.27 | 60.55 | 92.04 | - |
| YUV | 209.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 242 | 0.02 | 0.22 | 0 | 0.05 | 295.56 | 0.68 | 0.84 |
| Hex | EE | BC | F2 | 2 | 16 | 0 | 5 | 128 | 44 | 54 |
| Octal | 356 | 274 | 362 | 2 | 26 | 0 | 5 | 450 | 104 | 124 |
| Binary | 11101110 | 10111100 | 11110010 | 10 | 10110 | 0 | 101 | 100101000 | 1000100 | 1010100 |
Color Harmonies of #EEBCF2
Complementary color
Monochromatic Colors of #EEBCF2
Black with #EEBCF2
Text Example
Text Example
White with #EEBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCF2; }
p { color: rgb(238,188,242); }
H1.HeaderClassName
{
color: #EEBCF2;
}
.AnyTagClassName
{
color: #EEBCF2;
}
</style>
background-color css
<style>
a { background-color: #EEBCF2; }
a { background-color: rgb(238,188,242); }
div.DivClassName
{
background-color: #EEBCF2;
}
.BgClassName
{
background-color: #EEBCF2;
}
</style>
border-color css
<style>
span { border-color: #EEBCF2; }
span { border-color: rgb(238,188,242); }
td.TdClassName
{
border-color: #EEBCF2;
}
.TagClassName
{
border-color: #EEBCF2;
}
</style>