Shades of Snuff #EEBDF3
Tints of Snuff #EEBDF3
RGB
CMYK
RGB Variations
Color information
#EEBDF3 (or 0xEEBDF3) is known color: Snuff. HEX triplet: EE, BD and F3. RGB value is (238,189,243). Sum of RGB (Red+Green+Blue) = 238+189+243=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDF3 is #11420C. Grayscale: #D1D1D1. Windows color (decimal): -1131021 or 15973870. OLE color: 15973870.
HSL color Cylindrical-coordinate representation of color #EEBDF3: hue angle of 294.44º degrees, saturation: 0.69, 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 #EEBDF3 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 189 | 243 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.05 |
| HSL | 294.44º | 0.69% | 0.85% | - |
| HSV(B) | 294.44º | 0.22% | 0.95% | - |
| XYZ | 69.64 | 61.04 | 92.91 | - |
| YUV | 209.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 243 | 0.02 | 0.22 | 0 | 0.05 | 294.44 | 0.69 | 0.85 |
| Hex | EE | BD | F3 | 2 | 16 | 0 | 5 | 126 | 45 | 55 |
| Octal | 356 | 275 | 363 | 2 | 26 | 0 | 5 | 446 | 105 | 125 |
| Binary | 11101110 | 10111101 | 11110011 | 10 | 10110 | 0 | 101 | 100100110 | 1000101 | 1010101 |
Color Harmonies of #EEBDF3
Complementary color
Monochromatic Colors of #EEBDF3
Black with #EEBDF3
Text Example
Text Example
White with #EEBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDF3; }
p { color: rgb(238,189,243); }
H1.HeaderClassName
{
color: #EEBDF3;
}
.AnyTagClassName
{
color: #EEBDF3;
}
</style>
background-color css
<style>
a { background-color: #EEBDF3; }
a { background-color: rgb(238,189,243); }
div.DivClassName
{
background-color: #EEBDF3;
}
.BgClassName
{
background-color: #EEBDF3;
}
</style>
border-color css
<style>
span { border-color: #EEBDF3; }
span { border-color: rgb(238,189,243); }
td.TdClassName
{
border-color: #EEBDF3;
}
.TagClassName
{
border-color: #EEBDF3;
}
</style>