Shades of Snuff #EDE5EB
Tints of Snuff #EDE5EB
RGB
CMYK
RGB Variations
Color information
#EDE5EB (or 0xEDE5EB) is known color: Snuff. HEX triplet: ED, E5 and EB. RGB value is (237,229,235). Sum of RGB (Red+Green+Blue) = 237+229+235=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5EB is #121A14. Grayscale: #E8E8E8. Windows color (decimal): -1186325 or 15459821. OLE color: 15459821.
HSL color Cylindrical-coordinate representation of color #EDE5EB: hue angle of 315º degrees, saturation: 0.18, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE5EB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 235 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.07 |
| HSL | 315º | 0.18% | 0.91% | - |
| HSV(B) | 315º | 0.03% | 0.93% | - |
| XYZ | 77.94 | 80.04 | 89.94 | - |
| YUV | 232.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 235 | 0 | 0.03 | 0.01 | 0.07 | 315 | 0.18 | 0.91 |
| Hex | ED | E5 | EB | 0 | 3 | 1 | 7 | 13B | 12 | 5B |
| Octal | 355 | 345 | 353 | 0 | 3 | 1 | 7 | 473 | 22 | 133 |
| Binary | 11101101 | 11100101 | 11101011 | 0 | 11 | 1 | 111 | 100111011 | 10010 | 1011011 |
Color Harmonies of #EDE5EB
Complementary color
Monochromatic Colors of #EDE5EB
Black with #EDE5EB
Text Example
Text Example
White with #EDE5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5EB; }
p { color: rgb(237,229,235); }
H1.HeaderClassName
{
color: #EDE5EB;
}
.AnyTagClassName
{
color: #EDE5EB;
}
</style>
background-color css
<style>
a { background-color: #EDE5EB; }
a { background-color: rgb(237,229,235); }
div.DivClassName
{
background-color: #EDE5EB;
}
.BgClassName
{
background-color: #EDE5EB;
}
</style>
border-color css
<style>
span { border-color: #EDE5EB; }
span { border-color: rgb(237,229,235); }
td.TdClassName
{
border-color: #EDE5EB;
}
.TagClassName
{
border-color: #EDE5EB;
}
</style>