Shades of Snuff #EDC7E8
Tints of Snuff #EDC7E8
RGB
CMYK
RGB Variations
Color information
#EDC7E8 (or 0xEDC7E8) is known color: Snuff. HEX triplet: ED, C7 and E8. RGB value is (237,199,232). Sum of RGB (Red+Green+Blue) = 237+199+232=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 199 (78.12% from 255 or 29.79% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC7E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC7E8 is #123817. Grayscale: #D6D6D6. Windows color (decimal): -1194008 or 15255533. OLE color: 15255533.
HSL color Cylindrical-coordinate representation of color #EDC7E8: hue angle of 307.89º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC7E8 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 199 | 232 | - |
CMYK | 0 | 0.16 | 0.02 | 0.07 |
HSL | 307.89º | 0.51% | 0.85% | - |
HSV(B) | 307.89º | 0.16% | 0.93% | - |
XYZ | 69.91 | 64.68 | 85.14 | - |
YUV | 214.12 | 138.09 | 144.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 199 | 232 | 0 | 0.16 | 0.02 | 0.07 | 307.89 | 0.51 | 0.85 |
Hex | ED | C7 | E8 | 0 | 10 | 2 | 7 | 134 | 33 | 55 |
Octal | 355 | 307 | 350 | 0 | 20 | 2 | 7 | 464 | 63 | 125 |
Binary | 11101101 | 11000111 | 11101000 | 0 | 10000 | 10 | 111 | 100110100 | 110011 | 1010101 |
Color Harmonies of #EDC7E8
Complementary color
Monochromatic Colors of #EDC7E8
Black with #EDC7E8
Text Example
Text Example
White with #EDC7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC7E8; }
p { color: rgb(237,199,232); }
H1.HeaderClassName
{
color: #EDC7E8;
}
.AnyTagClassName
{
color: #EDC7E8;
}
</style>
background-color css
<style>
a { background-color: #EDC7E8; }
a { background-color: rgb(237,199,232); }
div.DivClassName
{
background-color: #EDC7E8;
}
.BgClassName
{
background-color: #EDC7E8;
}
</style>
border-color css
<style>
span { border-color: #EDC7E8; }
span { border-color: rgb(237,199,232); }
td.TdClassName
{
border-color: #EDC7E8;
}
.TagClassName
{
border-color: #EDC7E8;
}
</style>