Shades of Snuff #EECDE6
Tints of Snuff #EECDE6
RGB
CMYK
RGB Variations
Color information
#EECDE6 (or 0xEECDE6) is known color: Snuff. HEX triplet: EE, CD and E6. RGB value is (238,205,230). Sum of RGB (Red+Green+Blue) = 238+205+230=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDE6 is #113219. Grayscale: #D9D9D9. Windows color (decimal): -1126938 or 15125998. OLE color: 15125998.
HSL color Cylindrical-coordinate representation of color #EECDE6: hue angle of 314.55º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDE6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 230 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.07 |
| HSL | 314.55º | 0.49% | 0.87% | - |
| HSV(B) | 314.55º | 0.14% | 0.93% | - |
| XYZ | 71.37 | 67.55 | 84.14 | - |
| YUV | 217.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 230 | 0 | 0.14 | 0.03 | 0.07 | 314.55 | 0.49 | 0.87 |
| Hex | EE | CD | E6 | 0 | E | 3 | 7 | 13B | 31 | 57 |
| Octal | 356 | 315 | 346 | 0 | 16 | 3 | 7 | 473 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11100110 | 0 | 1110 | 11 | 111 | 100111011 | 110001 | 1010111 |
Color Harmonies of #EECDE6
Complementary color
Monochromatic Colors of #EECDE6
Black with #EECDE6
Text Example
Text Example
White with #EECDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDE6; }
p { color: rgb(238,205,230); }
H1.HeaderClassName
{
color: #EECDE6;
}
.AnyTagClassName
{
color: #EECDE6;
}
</style>
background-color css
<style>
a { background-color: #EECDE6; }
a { background-color: rgb(238,205,230); }
div.DivClassName
{
background-color: #EECDE6;
}
.BgClassName
{
background-color: #EECDE6;
}
</style>
border-color css
<style>
span { border-color: #EECDE6; }
span { border-color: rgb(238,205,230); }
td.TdClassName
{
border-color: #EECDE6;
}
.TagClassName
{
border-color: #EECDE6;
}
</style>