Shades of Snuff #EDDEE9
Tints of Snuff #EDDEE9
RGB
CMYK
RGB Variations
Color information
#EDDEE9 (or 0xEDDEE9) is known color: Snuff. HEX triplet: ED, DE and E9. RGB value is (237,222,233). Sum of RGB (Red+Green+Blue) = 237+222+233=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEE9 is #122116. Grayscale: #E3E3E3. Windows color (decimal): -1188119 or 15326957. OLE color: 15326957.
HSL color Cylindrical-coordinate representation of color #EDDEE9: hue angle of 316º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDDEE9 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 222 | 233 | - |
CMYK | 0 | 0.06 | 0.02 | 0.07 |
HSL | 316º | 0.29% | 0.9% | - |
HSV(B) | 316º | 0.06% | 0.93% | - |
XYZ | 75.75 | 76.13 | 87.79 | - |
YUV | 227.74 | 130.97 | 134.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 222 | 233 | 0 | 0.06 | 0.02 | 0.07 | 316 | 0.29 | 0.9 |
Hex | ED | DE | E9 | 0 | 6 | 2 | 7 | 13C | 1D | 5A |
Octal | 355 | 336 | 351 | 0 | 6 | 2 | 7 | 474 | 35 | 132 |
Binary | 11101101 | 11011110 | 11101001 | 0 | 110 | 10 | 111 | 100111100 | 11101 | 1011010 |
Color Harmonies of #EDDEE9
Complementary color
Monochromatic Colors of #EDDEE9
Black with #EDDEE9
Text Example
Text Example
White with #EDDEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDEE9; }
p { color: rgb(237,222,233); }
H1.HeaderClassName
{
color: #EDDEE9;
}
.AnyTagClassName
{
color: #EDDEE9;
}
</style>
background-color css
<style>
a { background-color: #EDDEE9; }
a { background-color: rgb(237,222,233); }
div.DivClassName
{
background-color: #EDDEE9;
}
.BgClassName
{
background-color: #EDDEE9;
}
</style>
border-color css
<style>
span { border-color: #EDDEE9; }
span { border-color: rgb(237,222,233); }
td.TdClassName
{
border-color: #EDDEE9;
}
.TagClassName
{
border-color: #EDDEE9;
}
</style>