Shades of Snuff #EBCDE6
Tints of Snuff #EBCDE6
RGB
CMYK
RGB Variations
Color information
#EBCDE6 (or 0xEBCDE6) is known color: Snuff. HEX triplet: EB, CD and E6. RGB value is (235,205,230). Sum of RGB (Red+Green+Blue) = 235+205+230=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBCDE6 is #143219. Grayscale: #D8D8D8. Windows color (decimal): -1323546 or 15125995. OLE color: 15125995.
HSL color Cylindrical-coordinate representation of color #EBCDE6: hue angle of 310º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDE6 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 230 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.08 |
| HSL | 310º | 0.43% | 0.86% | - |
| HSV(B) | 310º | 0.13% | 0.92% | - |
| XYZ | 70.38 | 67.04 | 84.09 | - |
| YUV | 216.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 230 | 0 | 0.13 | 0.02 | 0.08 | 310 | 0.43 | 0.86 |
| Hex | EB | CD | E6 | 0 | D | 2 | 8 | 136 | 2B | 56 |
| Octal | 353 | 315 | 346 | 0 | 15 | 2 | 10 | 466 | 53 | 126 |
| Binary | 11101011 | 11001101 | 11100110 | 0 | 1101 | 10 | 1000 | 100110110 | 101011 | 1010110 |
Color Harmonies of #EBCDE6
Complementary color
Monochromatic Colors of #EBCDE6
Black with #EBCDE6
Text Example
Text Example
White with #EBCDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCDE6; }
p { color: rgb(235,205,230); }
H1.HeaderClassName
{
color: #EBCDE6;
}
.AnyTagClassName
{
color: #EBCDE6;
}
</style>
background-color css
<style>
a { background-color: #EBCDE6; }
a { background-color: rgb(235,205,230); }
div.DivClassName
{
background-color: #EBCDE6;
}
.BgClassName
{
background-color: #EBCDE6;
}
</style>
border-color css
<style>
span { border-color: #EBCDE6; }
span { border-color: rgb(235,205,230); }
td.TdClassName
{
border-color: #EBCDE6;
}
.TagClassName
{
border-color: #EBCDE6;
}
</style>