Shades of Snuff #EDC8E7
Tints of Snuff #EDC8E7
RGB
CMYK
RGB Variations
Color information
#EDC8E7 (or 0xEDC8E7) is known color: Snuff. HEX triplet: ED, C8 and E7. RGB value is (237,200,231). Sum of RGB (Red+Green+Blue) = 237+200+231=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC8E7 is #123718. Grayscale: #D6D6D6. Windows color (decimal): -1193753 or 15190253. OLE color: 15190253.
HSL color Cylindrical-coordinate representation of color #EDC8E7: hue angle of 309.73º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8E7 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 231 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.07 |
| HSL | 309.73º | 0.51% | 0.86% | - |
| HSV(B) | 309.73º | 0.16% | 0.93% | - |
| XYZ | 70 | 65.08 | 84.47 | - |
| YUV | 214.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 231 | 0 | 0.16 | 0.03 | 0.07 | 309.73 | 0.51 | 0.86 |
| Hex | ED | C8 | E7 | 0 | 10 | 3 | 7 | 136 | 33 | 56 |
| Octal | 355 | 310 | 347 | 0 | 20 | 3 | 7 | 466 | 63 | 126 |
| Binary | 11101101 | 11001000 | 11100111 | 0 | 10000 | 11 | 111 | 100110110 | 110011 | 1010110 |
Color Harmonies of #EDC8E7
Complementary color
Monochromatic Colors of #EDC8E7
Black with #EDC8E7
Text Example
Text Example
White with #EDC8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8E7; }
p { color: rgb(237,200,231); }
H1.HeaderClassName
{
color: #EDC8E7;
}
.AnyTagClassName
{
color: #EDC8E7;
}
</style>
background-color css
<style>
a { background-color: #EDC8E7; }
a { background-color: rgb(237,200,231); }
div.DivClassName
{
background-color: #EDC8E7;
}
.BgClassName
{
background-color: #EDC8E7;
}
</style>
border-color css
<style>
span { border-color: #EDC8E7; }
span { border-color: rgb(237,200,231); }
td.TdClassName
{
border-color: #EDC8E7;
}
.TagClassName
{
border-color: #EDC8E7;
}
</style>