Shades of Snuff #EDCCEF
Tints of Snuff #EDCCEF
RGB
CMYK
RGB Variations
Color information
#EDCCEF (or 0xEDCCEF) is known color: Snuff. HEX triplet: ED, CC and EF. RGB value is (237,204,239). Sum of RGB (Red+Green+Blue) = 237+204+239=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 204 (80.08% from 255 or 30% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDCCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCEF is #123310. Grayscale: #D9D9D9. Windows color (decimal): -1192721 or 15715565. OLE color: 15715565.
HSL color Cylindrical-coordinate representation of color #EDCCEF: hue angle of 296.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCCEF is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 204 | 239 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.06 |
| HSL | 296.57º | 0.52% | 0.87% | - |
| HSV(B) | 296.57º | 0.15% | 0.94% | - |
| XYZ | 72.1 | 67.42 | 90.88 | - |
| YUV | 217.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 239 | 0.01 | 0.15 | 0 | 0.06 | 296.57 | 0.52 | 0.87 |
| Hex | ED | CC | EF | 1 | F | 0 | 6 | 129 | 34 | 57 |
| Octal | 355 | 314 | 357 | 1 | 17 | 0 | 6 | 451 | 64 | 127 |
| Binary | 11101101 | 11001100 | 11101111 | 1 | 1111 | 0 | 110 | 100101001 | 110100 | 1010111 |
Color Harmonies of #EDCCEF
Complementary color
Monochromatic Colors of #EDCCEF
Black with #EDCCEF
Text Example
Text Example
White with #EDCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCEF; }
p { color: rgb(237,204,239); }
H1.HeaderClassName
{
color: #EDCCEF;
}
.AnyTagClassName
{
color: #EDCCEF;
}
</style>
background-color css
<style>
a { background-color: #EDCCEF; }
a { background-color: rgb(237,204,239); }
div.DivClassName
{
background-color: #EDCCEF;
}
.BgClassName
{
background-color: #EDCCEF;
}
</style>
border-color css
<style>
span { border-color: #EDCCEF; }
span { border-color: rgb(237,204,239); }
td.TdClassName
{
border-color: #EDCCEF;
}
.TagClassName
{
border-color: #EDCCEF;
}
</style>