Shades of Snuff #EDCFE8
Tints of Snuff #EDCFE8
RGB
CMYK
RGB Variations
Color information
#EDCFE8 (or 0xEDCFE8) is known color: Snuff. HEX triplet: ED, CF and E8. RGB value is (237,207,232). Sum of RGB (Red+Green+Blue) = 237+207+232=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 232 (91.02% from 255 or 34.32% from 676); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCFE8 is #123017. Grayscale: #DADADA. Windows color (decimal): -1191960 or 15257581. OLE color: 15257581.
HSL color Cylindrical-coordinate representation of color #EDCFE8: hue angle of 310º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCFE8 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 232 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.07 |
| HSL | 310º | 0.45% | 0.87% | - |
| HSV(B) | 310º | 0.13% | 0.93% | - |
| XYZ | 71.8 | 68.46 | 85.77 | - |
| YUV | 218.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 232 | 0 | 0.13 | 0.02 | 0.07 | 310 | 0.45 | 0.87 |
| Hex | ED | CF | E8 | 0 | D | 2 | 7 | 136 | 2D | 57 |
| Octal | 355 | 317 | 350 | 0 | 15 | 2 | 7 | 466 | 55 | 127 |
| Binary | 11101101 | 11001111 | 11101000 | 0 | 1101 | 10 | 111 | 100110110 | 101101 | 1010111 |
Color Harmonies of #EDCFE8
Complementary color
Monochromatic Colors of #EDCFE8
Black with #EDCFE8
Text Example
Text Example
White with #EDCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFE8; }
p { color: rgb(237,207,232); }
H1.HeaderClassName
{
color: #EDCFE8;
}
.AnyTagClassName
{
color: #EDCFE8;
}
</style>
background-color css
<style>
a { background-color: #EDCFE8; }
a { background-color: rgb(237,207,232); }
div.DivClassName
{
background-color: #EDCFE8;
}
.BgClassName
{
background-color: #EDCFE8;
}
</style>
border-color css
<style>
span { border-color: #EDCFE8; }
span { border-color: rgb(237,207,232); }
td.TdClassName
{
border-color: #EDCFE8;
}
.TagClassName
{
border-color: #EDCFE8;
}
</style>