Shades of Snuff #EEDCE9
Tints of Snuff #EEDCE9
RGB
CMYK
RGB Variations
Color information
#EEDCE9 (or 0xEEDCE9) is known color: Snuff. HEX triplet: EE, DC and E9. RGB value is (238,220,233). Sum of RGB (Red+Green+Blue) = 238+220+233=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCE9 is #112316. Grayscale: #E2E2E2. Windows color (decimal): -1123095 or 15326446. OLE color: 15326446.
HSL color Cylindrical-coordinate representation of color #EEDCE9: hue angle of 316.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCE9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 233 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.07 |
| HSL | 316.67º | 0.35% | 0.9% | - |
| HSV(B) | 316.67º | 0.08% | 0.93% | - |
| XYZ | 75.56 | 75.25 | 87.63 | - |
| YUV | 226.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 233 | 0 | 0.08 | 0.02 | 0.07 | 316.67 | 0.35 | 0.9 |
| Hex | EE | DC | E9 | 0 | 8 | 2 | 7 | 13D | 23 | 5A |
| Octal | 356 | 334 | 351 | 0 | 10 | 2 | 7 | 475 | 43 | 132 |
| Binary | 11101110 | 11011100 | 11101001 | 0 | 1000 | 10 | 111 | 100111101 | 100011 | 1011010 |
Color Harmonies of #EEDCE9
Complementary color
Monochromatic Colors of #EEDCE9
Black with #EEDCE9
Text Example
Text Example
White with #EEDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCE9; }
p { color: rgb(238,220,233); }
H1.HeaderClassName
{
color: #EEDCE9;
}
.AnyTagClassName
{
color: #EEDCE9;
}
</style>
background-color css
<style>
a { background-color: #EEDCE9; }
a { background-color: rgb(238,220,233); }
div.DivClassName
{
background-color: #EEDCE9;
}
.BgClassName
{
background-color: #EEDCE9;
}
</style>
border-color css
<style>
span { border-color: #EEDCE9; }
span { border-color: rgb(238,220,233); }
td.TdClassName
{
border-color: #EEDCE9;
}
.TagClassName
{
border-color: #EEDCE9;
}
</style>