Shades of Snuff #EEBDF2
Tints of Snuff #EEBDF2
RGB
CMYK
RGB Variations
Color information
#EEBDF2 (or 0xEEBDF2) is known color: Snuff. HEX triplet: EE, BD and F2. RGB value is (238,189,242). Sum of RGB (Red+Green+Blue) = 238+189+242=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEBDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF2 is #11420D. Grayscale: #D1D1D1. Windows color (decimal): -1131022 or 15908334. OLE color: 15908334.
HSL color Cylindrical-coordinate representation of color #EEBDF2: hue angle of 295.47º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBDF2 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 189 | 242 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.05 |
| HSL | 295.47º | 0.67% | 0.85% | - |
| HSV(B) | 295.47º | 0.22% | 0.95% | - |
| XYZ | 69.48 | 60.98 | 92.11 | - |
| YUV | 209.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 242 | 0.02 | 0.22 | 0 | 0.05 | 295.47 | 0.67 | 0.85 |
| Hex | EE | BD | F2 | 2 | 16 | 0 | 5 | 127 | 43 | 55 |
| Octal | 356 | 275 | 362 | 2 | 26 | 0 | 5 | 447 | 103 | 125 |
| Binary | 11101110 | 10111101 | 11110010 | 10 | 10110 | 0 | 101 | 100100111 | 1000011 | 1010101 |
Color Harmonies of #EEBDF2
Complementary color
Monochromatic Colors of #EEBDF2
Black with #EEBDF2
Text Example
Text Example
White with #EEBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDF2; }
p { color: rgb(238,189,242); }
H1.HeaderClassName
{
color: #EEBDF2;
}
.AnyTagClassName
{
color: #EEBDF2;
}
</style>
background-color css
<style>
a { background-color: #EEBDF2; }
a { background-color: rgb(238,189,242); }
div.DivClassName
{
background-color: #EEBDF2;
}
.BgClassName
{
background-color: #EEBDF2;
}
</style>
border-color css
<style>
span { border-color: #EEBDF2; }
span { border-color: rgb(238,189,242); }
td.TdClassName
{
border-color: #EEBDF2;
}
.TagClassName
{
border-color: #EEBDF2;
}
</style>