Shades of Snuff #EDE3EA
Tints of Snuff #EDE3EA
RGB
CMYK
RGB Variations
Color information
#EDE3EA (or 0xEDE3EA) is known color: Snuff. HEX triplet: ED, E3 and EA. RGB value is (237,227,234). Sum of RGB (Red+Green+Blue) = 237+227+234=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3EA is #121C15. Grayscale: #E6E6E6. Windows color (decimal): -1186838 or 15393773. OLE color: 15393773.
HSL color Cylindrical-coordinate representation of color #EDE3EA: hue angle of 318º degrees, saturation: 0.22, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE3EA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 234 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.07 |
| HSL | 318º | 0.22% | 0.91% | - |
| HSV(B) | 318º | 0.04% | 0.93% | - |
| XYZ | 77.25 | 78.88 | 89 | - |
| YUV | 230.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 234 | 0 | 0.04 | 0.01 | 0.07 | 318 | 0.22 | 0.91 |
| Hex | ED | E3 | EA | 0 | 4 | 1 | 7 | 13E | 16 | 5B |
| Octal | 355 | 343 | 352 | 0 | 4 | 1 | 7 | 476 | 26 | 133 |
| Binary | 11101101 | 11100011 | 11101010 | 0 | 100 | 1 | 111 | 100111110 | 10110 | 1011011 |
Color Harmonies of #EDE3EA
Complementary color
Monochromatic Colors of #EDE3EA
Black with #EDE3EA
Text Example
Text Example
White with #EDE3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3EA; }
p { color: rgb(237,227,234); }
H1.HeaderClassName
{
color: #EDE3EA;
}
.AnyTagClassName
{
color: #EDE3EA;
}
</style>
background-color css
<style>
a { background-color: #EDE3EA; }
a { background-color: rgb(237,227,234); }
div.DivClassName
{
background-color: #EDE3EA;
}
.BgClassName
{
background-color: #EDE3EA;
}
</style>
border-color css
<style>
span { border-color: #EDE3EA; }
span { border-color: rgb(237,227,234); }
td.TdClassName
{
border-color: #EDE3EA;
}
.TagClassName
{
border-color: #EDE3EA;
}
</style>