Shades of Snuff #EDCEEC
Tints of Snuff #EDCEEC
RGB
CMYK
RGB Variations
Color information
#EDCEEC (or 0xEDCEEC) is known color: Snuff. HEX triplet: ED, CE and EC. RGB value is (237,206,236). Sum of RGB (Red+Green+Blue) = 237+206+236=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCEEC is #123113. Grayscale: #DADADA. Windows color (decimal): -1192212 or 15519469. OLE color: 15519469.
HSL color Cylindrical-coordinate representation of color #EDCEEC: hue angle of 301.94º 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 #EDCEEC is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 206 | 236 | - |
CMYK | 0 | 0.13 | 0.00 | 0.07 |
HSL | 301.94º | 0.46% | 0.87% | - |
HSV(B) | 301.94º | 0.13% | 0.93% | - |
XYZ | 72.14 | 68.2 | 88.72 | - |
YUV | 218.69 | 137.77 | 141.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 206 | 236 | 0 | 0.13 | 0.00 | 0.07 | 301.94 | 0.46 | 0.87 |
Hex | ED | CE | EC | 0 | D | 0 | 7 | 12E | 2E | 57 |
Octal | 355 | 316 | 354 | 0 | 15 | 0 | 7 | 456 | 56 | 127 |
Binary | 11101101 | 11001110 | 11101100 | 0 | 1101 | 0 | 111 | 100101110 | 101110 | 1010111 |
Color Harmonies of #EDCEEC
Complementary color
Monochromatic Colors of #EDCEEC
Black with #EDCEEC
Text Example
Text Example
White with #EDCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEEC; }
p { color: rgb(237,206,236); }
H1.HeaderClassName
{
color: #EDCEEC;
}
.AnyTagClassName
{
color: #EDCEEC;
}
</style>
background-color css
<style>
a { background-color: #EDCEEC; }
a { background-color: rgb(237,206,236); }
div.DivClassName
{
background-color: #EDCEEC;
}
.BgClassName
{
background-color: #EDCEEC;
}
</style>
border-color css
<style>
span { border-color: #EDCEEC; }
span { border-color: rgb(237,206,236); }
td.TdClassName
{
border-color: #EDCEEC;
}
.TagClassName
{
border-color: #EDCEEC;
}
</style>