Shades of Snuff #EDCEED
Tints of Snuff #EDCEED
RGB
CMYK
RGB Variations
Color information
#EDCEED (or 0xEDCEED) is known color: Snuff. HEX triplet: ED, CE and ED. RGB value is (237,206,237). Sum of RGB (Red+Green+Blue) = 237+206+237=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 206 (80.86% from 255 or 30.29% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDCEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEED is #123112. Grayscale: #DADADA. Windows color (decimal): -1192211 or 15585005. OLE color: 15585005.
HSL color Cylindrical-coordinate representation of color #EDCEED: hue angle of 300º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDCEED is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 206 | 237 | - |
CMYK | 0 | 0.13 | 0 | 0.07 |
HSL | 300º | 0.46% | 0.87% | - |
HSV(B) | 300º | 0.13% | 0.93% | - |
XYZ | 72.28 | 68.26 | 89.49 | - |
YUV | 218.8 | 138.27 | 140.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 206 | 237 | 0 | 0.13 | 0 | 0.07 | 300 | 0.46 | 0.87 |
Hex | ED | CE | ED | 0 | D | 0 | 7 | 12C | 2E | 57 |
Octal | 355 | 316 | 355 | 0 | 15 | 0 | 7 | 454 | 56 | 127 |
Binary | 11101101 | 11001110 | 11101101 | 0 | 1101 | 0 | 111 | 100101100 | 101110 | 1010111 |
Color Harmonies of #EDCEED
Complementary color
Monochromatic Colors of #EDCEED
Black with #EDCEED
Text Example
Text Example
White with #EDCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEED; }
p { color: rgb(237,206,237); }
H1.HeaderClassName
{
color: #EDCEED;
}
.AnyTagClassName
{
color: #EDCEED;
}
</style>
background-color css
<style>
a { background-color: #EDCEED; }
a { background-color: rgb(237,206,237); }
div.DivClassName
{
background-color: #EDCEED;
}
.BgClassName
{
background-color: #EDCEED;
}
</style>
border-color css
<style>
span { border-color: #EDCEED; }
span { border-color: rgb(237,206,237); }
td.TdClassName
{
border-color: #EDCEED;
}
.TagClassName
{
border-color: #EDCEED;
}
</style>