Shades of Snuff #EDE0EA
Tints of Snuff #EDE0EA
RGB
CMYK
RGB Variations
Color information
#EDE0EA (or 0xEDE0EA) is known color: Snuff. HEX triplet: ED, E0 and EA. RGB value is (237,224,234). Sum of RGB (Red+Green+Blue) = 237+224+234=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0EA is #121F15. Grayscale: #E5E5E5. Windows color (decimal): -1187606 or 15393005. OLE color: 15393005.
HSL color Cylindrical-coordinate representation of color #EDE0EA: hue angle of 313.85º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE0EA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 234 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.07 |
| HSL | 313.85º | 0.27% | 0.9% | - |
| HSV(B) | 313.85º | 0.05% | 0.93% | - |
| XYZ | 76.43 | 77.26 | 88.73 | - |
| YUV | 229.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 234 | 0 | 0.05 | 0.01 | 0.07 | 313.85 | 0.27 | 0.9 |
| Hex | ED | E0 | EA | 0 | 5 | 1 | 7 | 13A | 1B | 5A |
| Octal | 355 | 340 | 352 | 0 | 5 | 1 | 7 | 472 | 33 | 132 |
| Binary | 11101101 | 11100000 | 11101010 | 0 | 101 | 1 | 111 | 100111010 | 11011 | 1011010 |
Color Harmonies of #EDE0EA
Complementary color
Monochromatic Colors of #EDE0EA
Black with #EDE0EA
Text Example
Text Example
White with #EDE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0EA; }
p { color: rgb(237,224,234); }
H1.HeaderClassName
{
color: #EDE0EA;
}
.AnyTagClassName
{
color: #EDE0EA;
}
</style>
background-color css
<style>
a { background-color: #EDE0EA; }
a { background-color: rgb(237,224,234); }
div.DivClassName
{
background-color: #EDE0EA;
}
.BgClassName
{
background-color: #EDE0EA;
}
</style>
border-color css
<style>
span { border-color: #EDE0EA; }
span { border-color: rgb(237,224,234); }
td.TdClassName
{
border-color: #EDE0EA;
}
.TagClassName
{
border-color: #EDE0EA;
}
</style>