Shades of Snuff #EBD5E6
Tints of Snuff #EBD5E6
RGB
CMYK
RGB Variations
Color information
#EBD5E6 (or 0xEBD5E6) is known color: Snuff. HEX triplet: EB, D5 and E6. RGB value is (235,213,230). Sum of RGB (Red+Green+Blue) = 235+213+230=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 230 (90.23% from 255 or 33.92% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBD5E6 is #142A19. Grayscale: #DDDDDD. Windows color (decimal): -1321498 or 15128043. OLE color: 15128043.
HSL color Cylindrical-coordinate representation of color #EBD5E6: hue angle of 313.64º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD5E6 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 213 | 230 | - |
CMYK | 0 | 0.09 | 0.02 | 0.08 |
HSL | 313.64º | 0.35% | 0.88% | - |
HSV(B) | 313.64º | 0.09% | 0.92% | - |
XYZ | 72.34 | 70.96 | 84.75 | - |
YUV | 221.52 | 132.79 | 137.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 213 | 230 | 0 | 0.09 | 0.02 | 0.08 | 313.64 | 0.35 | 0.88 |
Hex | EB | D5 | E6 | 0 | 9 | 2 | 8 | 13A | 23 | 58 |
Octal | 353 | 325 | 346 | 0 | 11 | 2 | 10 | 472 | 43 | 130 |
Binary | 11101011 | 11010101 | 11100110 | 0 | 1001 | 10 | 1000 | 100111010 | 100011 | 1011000 |
Color Harmonies of #EBD5E6
Complementary color
Monochromatic Colors of #EBD5E6
Black with #EBD5E6
Text Example
Text Example
White with #EBD5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD5E6; }
p { color: rgb(235,213,230); }
H1.HeaderClassName
{
color: #EBD5E6;
}
.AnyTagClassName
{
color: #EBD5E6;
}
</style>
background-color css
<style>
a { background-color: #EBD5E6; }
a { background-color: rgb(235,213,230); }
div.DivClassName
{
background-color: #EBD5E6;
}
.BgClassName
{
background-color: #EBD5E6;
}
</style>
border-color css
<style>
span { border-color: #EBD5E6; }
span { border-color: rgb(235,213,230); }
td.TdClassName
{
border-color: #EBD5E6;
}
.TagClassName
{
border-color: #EBD5E6;
}
</style>