Shades of Snuff #EECDF1
Tints of Snuff #EECDF1
RGB
CMYK
RGB Variations
Color information
#EECDF1 (or 0xEECDF1) is known color: Snuff. HEX triplet: EE, CD and F1. RGB value is (238,205,241). Sum of RGB (Red+Green+Blue) = 238+205+241=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #EECDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EECDF1 is #11320E. Grayscale: #DADADA. Windows color (decimal): -1126927 or 15846894. OLE color: 15846894.
HSL color Cylindrical-coordinate representation of color #EECDF1: hue angle of 295º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECDF1 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 205 | 241 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.05 |
| HSL | 295º | 0.56% | 0.87% | - |
| HSV(B) | 295º | 0.15% | 0.95% | - |
| XYZ | 72.97 | 68.19 | 92.54 | - |
| YUV | 218.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 241 | 0.01 | 0.15 | 0 | 0.05 | 295 | 0.56 | 0.87 |
| Hex | EE | CD | F1 | 1 | F | 0 | 5 | 127 | 38 | 57 |
| Octal | 356 | 315 | 361 | 1 | 17 | 0 | 5 | 447 | 70 | 127 |
| Binary | 11101110 | 11001101 | 11110001 | 1 | 1111 | 0 | 101 | 100100111 | 111000 | 1010111 |
Color Harmonies of #EECDF1
Complementary color
Monochromatic Colors of #EECDF1
Black with #EECDF1
Text Example
Text Example
White with #EECDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDF1; }
p { color: rgb(238,205,241); }
H1.HeaderClassName
{
color: #EECDF1;
}
.AnyTagClassName
{
color: #EECDF1;
}
</style>
background-color css
<style>
a { background-color: #EECDF1; }
a { background-color: rgb(238,205,241); }
div.DivClassName
{
background-color: #EECDF1;
}
.BgClassName
{
background-color: #EECDF1;
}
</style>
border-color css
<style>
span { border-color: #EECDF1; }
span { border-color: rgb(238,205,241); }
td.TdClassName
{
border-color: #EECDF1;
}
.TagClassName
{
border-color: #EECDF1;
}
</style>