Shades of Snuff #EED4EB
Tints of Snuff #EED4EB
RGB
CMYK
RGB Variations
Color information
#EED4EB (or 0xEED4EB) is known color: Snuff. HEX triplet: EE, D4 and EB. RGB value is (238,212,235). Sum of RGB (Red+Green+Blue) = 238+212+235=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 212 (83.20% from 255 or 30.95% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED4EB is #112B14. Grayscale: #DEDEDE. Windows color (decimal): -1125141 or 15455470. OLE color: 15455470.
HSL color Cylindrical-coordinate representation of color #EED4EB: hue angle of 306.92º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED4EB is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 235 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.07 |
| HSL | 306.92º | 0.43% | 0.88% | - |
| HSV(B) | 306.92º | 0.11% | 0.93% | - |
| XYZ | 73.8 | 71.26 | 88.46 | - |
| YUV | 222.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 235 | 0 | 0.11 | 0.01 | 0.07 | 306.92 | 0.43 | 0.88 |
| Hex | EE | D4 | EB | 0 | B | 1 | 7 | 133 | 2B | 58 |
| Octal | 356 | 324 | 353 | 0 | 13 | 1 | 7 | 463 | 53 | 130 |
| Binary | 11101110 | 11010100 | 11101011 | 0 | 1011 | 1 | 111 | 100110011 | 101011 | 1011000 |
Color Harmonies of #EED4EB
Complementary color
Monochromatic Colors of #EED4EB
Black with #EED4EB
Text Example
Text Example
White with #EED4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED4EB; }
p { color: rgb(238,212,235); }
H1.HeaderClassName
{
color: #EED4EB;
}
.AnyTagClassName
{
color: #EED4EB;
}
</style>
background-color css
<style>
a { background-color: #EED4EB; }
a { background-color: rgb(238,212,235); }
div.DivClassName
{
background-color: #EED4EB;
}
.BgClassName
{
background-color: #EED4EB;
}
</style>
border-color css
<style>
span { border-color: #EED4EB; }
span { border-color: rgb(238,212,235); }
td.TdClassName
{
border-color: #EED4EB;
}
.TagClassName
{
border-color: #EED4EB;
}
</style>