Shades of Snuff #EDDFEC
Tints of Snuff #EDDFEC
RGB
CMYK
RGB Variations
Color information
#EDDFEC (or 0xEDDFEC) is known color: Snuff. HEX triplet: ED, DF and EC. RGB value is (237,223,236). Sum of RGB (Red+Green+Blue) = 237+223+236=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 236 (92.58% from 255 or 33.91% from 696); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFEC is #122013. Grayscale: #E4E4E4. Windows color (decimal): -1187860 or 15523821. OLE color: 15523821.
HSL color Cylindrical-coordinate representation of color #EDDFEC: hue angle of 304.29º degrees, saturation: 0.28, 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 #EDDFEC is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 236 | - |
CMYK | 0 | 0.06 | 0.00 | 0.07 |
HSL | 304.29º | 0.28% | 0.9% | - |
HSV(B) | 304.29º | 0.06% | 0.93% | - |
XYZ | 76.45 | 76.84 | 90.16 | - |
YUV | 228.67 | 132.14 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 236 | 0 | 0.06 | 0.00 | 0.07 | 304.29 | 0.28 | 0.9 |
Hex | ED | DF | EC | 0 | 6 | 0 | 7 | 130 | 1C | 5A |
Octal | 355 | 337 | 354 | 0 | 6 | 0 | 7 | 460 | 34 | 132 |
Binary | 11101101 | 11011111 | 11101100 | 0 | 110 | 0 | 111 | 100110000 | 11100 | 1011010 |
Color Harmonies of #EDDFEC
Complementary color
Monochromatic Colors of #EDDFEC
Black with #EDDFEC
Text Example
Text Example
White with #EDDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFEC; }
p { color: rgb(237,223,236); }
H1.HeaderClassName
{
color: #EDDFEC;
}
.AnyTagClassName
{
color: #EDDFEC;
}
</style>
background-color css
<style>
a { background-color: #EDDFEC; }
a { background-color: rgb(237,223,236); }
div.DivClassName
{
background-color: #EDDFEC;
}
.BgClassName
{
background-color: #EDDFEC;
}
</style>
border-color css
<style>
span { border-color: #EDDFEC; }
span { border-color: rgb(237,223,236); }
td.TdClassName
{
border-color: #EDDFEC;
}
.TagClassName
{
border-color: #EDDFEC;
}
</style>