Shades of Snuff #EDC9E8
Tints of Snuff #EDC9E8
RGB
CMYK
RGB Variations
Color information
#EDC9E8 (or 0xEDC9E8) is known color: Snuff. HEX triplet: ED, C9 and E8. RGB value is (237,201,232). Sum of RGB (Red+Green+Blue) = 237+201+232=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 232 (91.02% from 255 or 34.63% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9E8 is #123617. Grayscale: #D7D7D7. Windows color (decimal): -1193496 or 15256045. OLE color: 15256045.
HSL color Cylindrical-coordinate representation of color #EDC9E8: hue angle of 308.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9E8 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 232 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.07 |
| HSL | 308.33º | 0.5% | 0.86% | - |
| HSV(B) | 308.33º | 0.15% | 0.93% | - |
| XYZ | 70.38 | 65.6 | 85.3 | - |
| YUV | 215.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 232 | 0 | 0.15 | 0.02 | 0.07 | 308.33 | 0.5 | 0.86 |
| Hex | ED | C9 | E8 | 0 | F | 2 | 7 | 134 | 32 | 56 |
| Octal | 355 | 311 | 350 | 0 | 17 | 2 | 7 | 464 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11101000 | 0 | 1111 | 10 | 111 | 100110100 | 110010 | 1010110 |
Color Harmonies of #EDC9E8
Complementary color
Monochromatic Colors of #EDC9E8
Black with #EDC9E8
Text Example
Text Example
White with #EDC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9E8; }
p { color: rgb(237,201,232); }
H1.HeaderClassName
{
color: #EDC9E8;
}
.AnyTagClassName
{
color: #EDC9E8;
}
</style>
background-color css
<style>
a { background-color: #EDC9E8; }
a { background-color: rgb(237,201,232); }
div.DivClassName
{
background-color: #EDC9E8;
}
.BgClassName
{
background-color: #EDC9E8;
}
</style>
border-color css
<style>
span { border-color: #EDC9E8; }
span { border-color: rgb(237,201,232); }
td.TdClassName
{
border-color: #EDC9E8;
}
.TagClassName
{
border-color: #EDC9E8;
}
</style>