Shades of Snuff #EEBFF2
Tints of Snuff #EEBFF2
RGB
CMYK
RGB Variations
Color information
#EEBFF2 (or 0xEEBFF2) is known color: Snuff. HEX triplet: EE, BF and F2. RGB value is (238,191,242). Sum of RGB (Red+Green+Blue) = 238+191+242=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEBFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF2 is #11400D. Grayscale: #D2D2D2. Windows color (decimal): -1130510 or 15908846. OLE color: 15908846.
HSL color Cylindrical-coordinate representation of color #EEBFF2: hue angle of 295.29º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBFF2 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 191 | 242 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 295.29º | 0.66% | 0.85% | - |
| HSV(B) | 295.29º | 0.21% | 0.95% | - |
| XYZ | 69.92 | 61.85 | 92.26 | - |
| YUV | 210.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 242 | 0.02 | 0.21 | 0 | 0.05 | 295.29 | 0.66 | 0.85 |
| Hex | EE | BF | F2 | 2 | 15 | 0 | 5 | 127 | 42 | 55 |
| Octal | 356 | 277 | 362 | 2 | 25 | 0 | 5 | 447 | 102 | 125 |
| Binary | 11101110 | 10111111 | 11110010 | 10 | 10101 | 0 | 101 | 100100111 | 1000010 | 1010101 |
Color Harmonies of #EEBFF2
Complementary color
Monochromatic Colors of #EEBFF2
Black with #EEBFF2
Text Example
Text Example
White with #EEBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFF2; }
p { color: rgb(238,191,242); }
H1.HeaderClassName
{
color: #EEBFF2;
}
.AnyTagClassName
{
color: #EEBFF2;
}
</style>
background-color css
<style>
a { background-color: #EEBFF2; }
a { background-color: rgb(238,191,242); }
div.DivClassName
{
background-color: #EEBFF2;
}
.BgClassName
{
background-color: #EEBFF2;
}
</style>
border-color css
<style>
span { border-color: #EEBFF2; }
span { border-color: rgb(238,191,242); }
td.TdClassName
{
border-color: #EEBFF2;
}
.TagClassName
{
border-color: #EEBFF2;
}
</style>