Shades of Snuff #EDC6EE
Tints of Snuff #EDC6EE
RGB
CMYK
RGB Variations
Color information
#EDC6EE (or 0xEDC6EE) is known color: Snuff. HEX triplet: ED, C6 and EE. RGB value is (237,198,238). Sum of RGB (Red+Green+Blue) = 237+198+238=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC6EE is #123911. Grayscale: #D6D6D6. Windows color (decimal): -1194258 or 15648493. OLE color: 15648493.
HSL color Cylindrical-coordinate representation of color #EDC6EE: hue angle of 298.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC6EE is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 238 | - |
| CMYK | 0.00 | 0.17 | 0 | 0.07 |
| HSL | 298.5º | 0.54% | 0.85% | - |
| HSV(B) | 298.5º | 0.17% | 0.93% | - |
| XYZ | 70.55 | 64.57 | 89.63 | - |
| YUV | 214.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 238 | 0.00 | 0.17 | 0 | 0.07 | 298.5 | 0.54 | 0.85 |
| Hex | ED | C6 | EE | 0 | 11 | 0 | 7 | 12A | 36 | 55 |
| Octal | 355 | 306 | 356 | 0 | 21 | 0 | 7 | 452 | 66 | 125 |
| Binary | 11101101 | 11000110 | 11101110 | 0 | 10001 | 0 | 111 | 100101010 | 110110 | 1010101 |
Color Harmonies of #EDC6EE
Complementary color
Monochromatic Colors of #EDC6EE
Black with #EDC6EE
Text Example
Text Example
White with #EDC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6EE; }
p { color: rgb(237,198,238); }
H1.HeaderClassName
{
color: #EDC6EE;
}
.AnyTagClassName
{
color: #EDC6EE;
}
</style>
background-color css
<style>
a { background-color: #EDC6EE; }
a { background-color: rgb(237,198,238); }
div.DivClassName
{
background-color: #EDC6EE;
}
.BgClassName
{
background-color: #EDC6EE;
}
</style>
border-color css
<style>
span { border-color: #EDC6EE; }
span { border-color: rgb(237,198,238); }
td.TdClassName
{
border-color: #EDC6EE;
}
.TagClassName
{
border-color: #EDC6EE;
}
</style>