Shades of Snuff #EEBFF3
Tints of Snuff #EEBFF3
RGB
CMYK
RGB Variations
Color information
#EEBFF3 (or 0xEEBFF3) is known color: Snuff. HEX triplet: EE, BF and F3. RGB value is (238,191,243). Sum of RGB (Red+Green+Blue) = 238+191+243=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEBFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBFF3 is #11400C. Grayscale: #D2D2D2. Windows color (decimal): -1130509 or 15974382. OLE color: 15974382.
HSL color Cylindrical-coordinate representation of color #EEBFF3: hue angle of 294.23º degrees, saturation: 0.68, 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 #EEBFF3 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 191 | 243 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.05 |
| HSL | 294.23º | 0.68% | 0.85% | - |
| HSV(B) | 294.23º | 0.21% | 0.95% | - |
| XYZ | 70.07 | 61.91 | 93.05 | - |
| YUV | 210.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 243 | 0.02 | 0.21 | 0 | 0.05 | 294.23 | 0.68 | 0.85 |
| Hex | EE | BF | F3 | 2 | 15 | 0 | 5 | 126 | 44 | 55 |
| Octal | 356 | 277 | 363 | 2 | 25 | 0 | 5 | 446 | 104 | 125 |
| Binary | 11101110 | 10111111 | 11110011 | 10 | 10101 | 0 | 101 | 100100110 | 1000100 | 1010101 |
Color Harmonies of #EEBFF3
Complementary color
Monochromatic Colors of #EEBFF3
Black with #EEBFF3
Text Example
Text Example
White with #EEBFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFF3; }
p { color: rgb(238,191,243); }
H1.HeaderClassName
{
color: #EEBFF3;
}
.AnyTagClassName
{
color: #EEBFF3;
}
</style>
background-color css
<style>
a { background-color: #EEBFF3; }
a { background-color: rgb(238,191,243); }
div.DivClassName
{
background-color: #EEBFF3;
}
.BgClassName
{
background-color: #EEBFF3;
}
</style>
border-color css
<style>
span { border-color: #EEBFF3; }
span { border-color: rgb(238,191,243); }
td.TdClassName
{
border-color: #EEBFF3;
}
.TagClassName
{
border-color: #EEBFF3;
}
</style>