Shades of Snuff #EBDAEC
Tints of Snuff #EBDAEC
RGB
CMYK
RGB Variations
Color information
#EBDAEC (or 0xEBDAEC) is known color: Snuff. HEX triplet: EB, DA and EC. RGB value is (235,218,236). Sum of RGB (Red+Green+Blue) = 235+218+236=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDAEC is #142513. Grayscale: #E1E1E1. Windows color (decimal): -1320212 or 15522539. OLE color: 15522539.
HSL color Cylindrical-coordinate representation of color #EBDAEC: hue angle of 296.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBDAEC is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 218 | 236 | - |
CMYK | 0.00 | 0.08 | 0 | 0.07 |
HSL | 296.67º | 0.32% | 0.89% | - |
HSV(B) | 296.67º | 0.08% | 0.93% | - |
XYZ | 74.47 | 73.86 | 89.69 | - |
YUV | 225.14 | 134.13 | 135.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 218 | 236 | 0.00 | 0.08 | 0 | 0.07 | 296.67 | 0.32 | 0.89 |
Hex | EB | DA | EC | 0 | 8 | 0 | 7 | 129 | 20 | 59 |
Octal | 353 | 332 | 354 | 0 | 10 | 0 | 7 | 451 | 40 | 131 |
Binary | 11101011 | 11011010 | 11101100 | 0 | 1000 | 0 | 111 | 100101001 | 100000 | 1011001 |
Color Harmonies of #EBDAEC
Complementary color
Monochromatic Colors of #EBDAEC
Black with #EBDAEC
Text Example
Text Example
White with #EBDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAEC; }
p { color: rgb(235,218,236); }
H1.HeaderClassName
{
color: #EBDAEC;
}
.AnyTagClassName
{
color: #EBDAEC;
}
</style>
background-color css
<style>
a { background-color: #EBDAEC; }
a { background-color: rgb(235,218,236); }
div.DivClassName
{
background-color: #EBDAEC;
}
.BgClassName
{
background-color: #EBDAEC;
}
</style>
border-color css
<style>
span { border-color: #EBDAEC; }
span { border-color: rgb(235,218,236); }
td.TdClassName
{
border-color: #EBDAEC;
}
.TagClassName
{
border-color: #EBDAEC;
}
</style>