Shades of Snuff #EDCCE6
Tints of Snuff #EDCCE6
RGB
CMYK
RGB Variations
Color information
#EDCCE6 (or 0xEDCCE6) is known color: Snuff. HEX triplet: ED, CC and E6. RGB value is (237,204,230). Sum of RGB (Red+Green+Blue) = 237+204+230=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDCCE6 is #123319. Grayscale: #D8D8D8. Windows color (decimal): -1192730 or 15125741. OLE color: 15125741.
HSL color Cylindrical-coordinate representation of color #EDCCE6: hue angle of 312.73º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCCE6 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 204 | 230 | - |
CMYK | 0 | 0.14 | 0.03 | 0.07 |
HSL | 312.73º | 0.48% | 0.86% | - |
HSV(B) | 312.73º | 0.14% | 0.93% | - |
XYZ | 70.8 | 66.9 | 84.04 | - |
YUV | 216.83 | 135.43 | 142.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 204 | 230 | 0 | 0.14 | 0.03 | 0.07 | 312.73 | 0.48 | 0.86 |
Hex | ED | CC | E6 | 0 | E | 3 | 7 | 139 | 30 | 56 |
Octal | 355 | 314 | 346 | 0 | 16 | 3 | 7 | 471 | 60 | 126 |
Binary | 11101101 | 11001100 | 11100110 | 0 | 1110 | 11 | 111 | 100111001 | 110000 | 1010110 |
Color Harmonies of #EDCCE6
Complementary color
Monochromatic Colors of #EDCCE6
Black with #EDCCE6
Text Example
Text Example
White with #EDCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCE6; }
p { color: rgb(237,204,230); }
H1.HeaderClassName
{
color: #EDCCE6;
}
.AnyTagClassName
{
color: #EDCCE6;
}
</style>
background-color css
<style>
a { background-color: #EDCCE6; }
a { background-color: rgb(237,204,230); }
div.DivClassName
{
background-color: #EDCCE6;
}
.BgClassName
{
background-color: #EDCCE6;
}
</style>
border-color css
<style>
span { border-color: #EDCCE6; }
span { border-color: rgb(237,204,230); }
td.TdClassName
{
border-color: #EDCCE6;
}
.TagClassName
{
border-color: #EDCCE6;
}
</style>