Shades of Snuff #EDDDEC
Tints of Snuff #EDDDEC
RGB
CMYK
RGB Variations
Color information
#EDDDEC (or 0xEDDDEC) is known color: Snuff. HEX triplet: ED, DD and EC. RGB value is (237,221,236). Sum of RGB (Red+Green+Blue) = 237+221+236=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDEC is #122213. Grayscale: #E3E3E3. Windows color (decimal): -1188372 or 15523309. OLE color: 15523309.
HSL color Cylindrical-coordinate representation of color #EDDDEC: hue angle of 303.75º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDDEC is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 221 | 236 | - |
CMYK | 0 | 0.07 | 0.00 | 0.07 |
HSL | 303.75º | 0.31% | 0.9% | - |
HSV(B) | 303.75º | 0.07% | 0.93% | - |
XYZ | 75.92 | 75.77 | 89.98 | - |
YUV | 227.49 | 132.8 | 134.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 236 | 0 | 0.07 | 0.00 | 0.07 | 303.75 | 0.31 | 0.9 |
Hex | ED | DD | EC | 0 | 7 | 0 | 7 | 130 | 1F | 5A |
Octal | 355 | 335 | 354 | 0 | 7 | 0 | 7 | 460 | 37 | 132 |
Binary | 11101101 | 11011101 | 11101100 | 0 | 111 | 0 | 111 | 100110000 | 11111 | 1011010 |
Color Harmonies of #EDDDEC
Complementary color
Monochromatic Colors of #EDDDEC
Black with #EDDDEC
Text Example
Text Example
White with #EDDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDEC; }
p { color: rgb(237,221,236); }
H1.HeaderClassName
{
color: #EDDDEC;
}
.AnyTagClassName
{
color: #EDDDEC;
}
</style>
background-color css
<style>
a { background-color: #EDDDEC; }
a { background-color: rgb(237,221,236); }
div.DivClassName
{
background-color: #EDDDEC;
}
.BgClassName
{
background-color: #EDDDEC;
}
</style>
border-color css
<style>
span { border-color: #EDDDEC; }
span { border-color: rgb(237,221,236); }
td.TdClassName
{
border-color: #EDDDEC;
}
.TagClassName
{
border-color: #EDDDEC;
}
</style>