Shades of Snuff #EECDEF
Tints of Snuff #EECDEF
RGB
CMYK
RGB Variations
Color information
#EECDEF (or 0xEECDEF) is known color: Snuff. HEX triplet: EE, CD and EF. RGB value is (238,205,239). Sum of RGB (Red+Green+Blue) = 238+205+239=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #EECDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDEF is #113210. Grayscale: #DADADA. Windows color (decimal): -1126929 or 15715822. OLE color: 15715822.
HSL color Cylindrical-coordinate representation of color #EECDEF: hue angle of 298.24º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDEF is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 205 | 239 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.06 |
| HSL | 298.24º | 0.52% | 0.87% | - |
| HSV(B) | 298.24º | 0.14% | 0.94% | - |
| XYZ | 72.67 | 68.07 | 90.97 | - |
| YUV | 218.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 239 | 0.00 | 0.14 | 0 | 0.06 | 298.24 | 0.52 | 0.87 |
| Hex | EE | CD | EF | 0 | E | 0 | 6 | 12A | 34 | 57 |
| Octal | 356 | 315 | 357 | 0 | 16 | 0 | 6 | 452 | 64 | 127 |
| Binary | 11101110 | 11001101 | 11101111 | 0 | 1110 | 0 | 110 | 100101010 | 110100 | 1010111 |
Color Harmonies of #EECDEF
Complementary color
Monochromatic Colors of #EECDEF
Black with #EECDEF
Text Example
Text Example
White with #EECDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDEF; }
p { color: rgb(238,205,239); }
H1.HeaderClassName
{
color: #EECDEF;
}
.AnyTagClassName
{
color: #EECDEF;
}
</style>
background-color css
<style>
a { background-color: #EECDEF; }
a { background-color: rgb(238,205,239); }
div.DivClassName
{
background-color: #EECDEF;
}
.BgClassName
{
background-color: #EECDEF;
}
</style>
border-color css
<style>
span { border-color: #EECDEF; }
span { border-color: rgb(238,205,239); }
td.TdClassName
{
border-color: #EECDEF;
}
.TagClassName
{
border-color: #EECDEF;
}
</style>