Shades of Snuff #EDC9EE
Tints of Snuff #EDC9EE
RGB
CMYK
RGB Variations
Color information
#EDC9EE (or 0xEDC9EE) is known color: Snuff. HEX triplet: ED, C9 and EE. RGB value is (237,201,238). Sum of RGB (Red+Green+Blue) = 237+201+238=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC9EE is #123611. Grayscale: #D7D7D7. Windows color (decimal): -1193490 or 15649261. OLE color: 15649261.
HSL color Cylindrical-coordinate representation of color #EDC9EE: hue angle of 298.38º degrees, saturation: 0.52, 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 #EDC9EE is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 238 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.07 |
| HSL | 298.38º | 0.52% | 0.86% | - |
| HSV(B) | 298.38º | 0.16% | 0.93% | - |
| XYZ | 71.24 | 65.95 | 89.86 | - |
| YUV | 215.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 238 | 0.00 | 0.16 | 0 | 0.07 | 298.38 | 0.52 | 0.86 |
| Hex | ED | C9 | EE | 0 | 10 | 0 | 7 | 12A | 34 | 56 |
| Octal | 355 | 311 | 356 | 0 | 20 | 0 | 7 | 452 | 64 | 126 |
| Binary | 11101101 | 11001001 | 11101110 | 0 | 10000 | 0 | 111 | 100101010 | 110100 | 1010110 |
Color Harmonies of #EDC9EE
Complementary color
Monochromatic Colors of #EDC9EE
Black with #EDC9EE
Text Example
Text Example
White with #EDC9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9EE; }
p { color: rgb(237,201,238); }
H1.HeaderClassName
{
color: #EDC9EE;
}
.AnyTagClassName
{
color: #EDC9EE;
}
</style>
background-color css
<style>
a { background-color: #EDC9EE; }
a { background-color: rgb(237,201,238); }
div.DivClassName
{
background-color: #EDC9EE;
}
.BgClassName
{
background-color: #EDC9EE;
}
</style>
border-color css
<style>
span { border-color: #EDC9EE; }
span { border-color: rgb(237,201,238); }
td.TdClassName
{
border-color: #EDC9EE;
}
.TagClassName
{
border-color: #EDC9EE;
}
</style>