Shades of Snuff #EEBAF2
Tints of Snuff #EEBAF2
RGB
CMYK
RGB Variations
Color information
#EEBAF2 (or 0xEEBAF2) is known color: Snuff. HEX triplet: EE, BA and F2. RGB value is (238,186,242). Sum of RGB (Red+Green+Blue) = 238+186+242=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEBAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBAF2 is #11450D. Grayscale: #CFCFCF. Windows color (decimal): -1131790 or 15907566. OLE color: 15907566.
HSL color Cylindrical-coordinate representation of color #EEBAF2: hue angle of 295.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEBAF2 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 186 | 242 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.05 |
| HSL | 295.71º | 0.68% | 0.84% | - |
| HSV(B) | 295.71º | 0.23% | 0.95% | - |
| XYZ | 68.85 | 59.71 | 91.9 | - |
| YUV | 207.93 | 147.23 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 242 | 0.02 | 0.23 | 0 | 0.05 | 295.71 | 0.68 | 0.84 |
| Hex | EE | BA | F2 | 2 | 17 | 0 | 5 | 128 | 44 | 54 |
| Octal | 356 | 272 | 362 | 2 | 27 | 0 | 5 | 450 | 104 | 124 |
| Binary | 11101110 | 10111010 | 11110010 | 10 | 10111 | 0 | 101 | 100101000 | 1000100 | 1010100 |
Color Harmonies of #EEBAF2
Complementary color
Monochromatic Colors of #EEBAF2
Black with #EEBAF2
Text Example
Text Example
White with #EEBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAF2; }
p { color: rgb(238,186,242); }
H1.HeaderClassName
{
color: #EEBAF2;
}
.AnyTagClassName
{
color: #EEBAF2;
}
</style>
background-color css
<style>
a { background-color: #EEBAF2; }
a { background-color: rgb(238,186,242); }
div.DivClassName
{
background-color: #EEBAF2;
}
.BgClassName
{
background-color: #EEBAF2;
}
</style>
border-color css
<style>
span { border-color: #EEBAF2; }
span { border-color: rgb(238,186,242); }
td.TdClassName
{
border-color: #EEBAF2;
}
.TagClassName
{
border-color: #EEBAF2;
}
</style>