Shades of Snuff #EBDFE9
Tints of Snuff #EBDFE9
RGB
CMYK
RGB Variations
Color information
#EBDFE9 (or 0xEBDFE9) is known color: Snuff. HEX triplet: EB, DF and E9. RGB value is (235,223,233). Sum of RGB (Red+Green+Blue) = 235+223+233=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFE9 is #142016. Grayscale: #E3E3E3. Windows color (decimal): -1318935 or 15327211. OLE color: 15327211.
HSL color Cylindrical-coordinate representation of color #EBDFE9: hue angle of 310º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBDFE9 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 233 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.08 |
| HSL | 310º | 0.23% | 0.9% | - |
| HSV(B) | 310º | 0.05% | 0.92% | - |
| XYZ | 75.36 | 76.32 | 87.85 | - |
| YUV | 227.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 233 | 0 | 0.05 | 0.01 | 0.08 | 310 | 0.23 | 0.9 |
| Hex | EB | DF | E9 | 0 | 5 | 1 | 8 | 136 | 17 | 5A |
| Octal | 353 | 337 | 351 | 0 | 5 | 1 | 10 | 466 | 27 | 132 |
| Binary | 11101011 | 11011111 | 11101001 | 0 | 101 | 1 | 1000 | 100110110 | 10111 | 1011010 |
Color Harmonies of #EBDFE9
Complementary color
Monochromatic Colors of #EBDFE9
Black with #EBDFE9
Text Example
Text Example
White with #EBDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFE9; }
p { color: rgb(235,223,233); }
H1.HeaderClassName
{
color: #EBDFE9;
}
.AnyTagClassName
{
color: #EBDFE9;
}
</style>
background-color css
<style>
a { background-color: #EBDFE9; }
a { background-color: rgb(235,223,233); }
div.DivClassName
{
background-color: #EBDFE9;
}
.BgClassName
{
background-color: #EBDFE9;
}
</style>
border-color css
<style>
span { border-color: #EBDFE9; }
span { border-color: rgb(235,223,233); }
td.TdClassName
{
border-color: #EBDFE9;
}
.TagClassName
{
border-color: #EBDFE9;
}
</style>