Shades of Snuff #EEDCEA
Tints of Snuff #EEDCEA
RGB
CMYK
RGB Variations
Color information
#EEDCEA (or 0xEEDCEA) is known color: Snuff. HEX triplet: EE, DC and EA. RGB value is (238,220,234). Sum of RGB (Red+Green+Blue) = 238+220+234=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCEA is #112315. Grayscale: #E2E2E2. Windows color (decimal): -1123094 or 15391982. OLE color: 15391982.
HSL color Cylindrical-coordinate representation of color #EEDCEA: hue angle of 313.33º 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 #EEDCEA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 234 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.07 |
| HSL | 313.33º | 0.35% | 0.9% | - |
| HSV(B) | 313.33º | 0.08% | 0.93% | - |
| XYZ | 75.7 | 75.3 | 88.39 | - |
| YUV | 226.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 234 | 0 | 0.08 | 0.02 | 0.07 | 313.33 | 0.35 | 0.9 |
| Hex | EE | DC | EA | 0 | 8 | 2 | 7 | 139 | 23 | 5A |
| Octal | 356 | 334 | 352 | 0 | 10 | 2 | 7 | 471 | 43 | 132 |
| Binary | 11101110 | 11011100 | 11101010 | 0 | 1000 | 10 | 111 | 100111001 | 100011 | 1011010 |
Color Harmonies of #EEDCEA
Complementary color
Monochromatic Colors of #EEDCEA
Black with #EEDCEA
Text Example
Text Example
White with #EEDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCEA; }
p { color: rgb(238,220,234); }
H1.HeaderClassName
{
color: #EEDCEA;
}
.AnyTagClassName
{
color: #EEDCEA;
}
</style>
background-color css
<style>
a { background-color: #EEDCEA; }
a { background-color: rgb(238,220,234); }
div.DivClassName
{
background-color: #EEDCEA;
}
.BgClassName
{
background-color: #EEDCEA;
}
</style>
border-color css
<style>
span { border-color: #EEDCEA; }
span { border-color: rgb(238,220,234); }
td.TdClassName
{
border-color: #EEDCEA;
}
.TagClassName
{
border-color: #EEDCEA;
}
</style>