Shades of Snuff #ECDBE8
Tints of Snuff #ECDBE8
RGB
CMYK
RGB Variations
Color information
#ECDBE8 (or 0xECDBE8) is known color: Snuff. HEX triplet: EC, DB and E8. RGB value is (236,219,232). Sum of RGB (Red+Green+Blue) = 236+219+232=687 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.35% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBE8 is #132417. Grayscale: #E1E1E1. Windows color (decimal): -1254424 or 15260652. OLE color: 15260652.
HSL color Cylindrical-coordinate representation of color #ECDBE8: hue angle of 314.12º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDBE8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 232 | - |
CMYK | 0 | 0.07 | 0.02 | 0.07 |
HSL | 314.12º | 0.31% | 0.89% | - |
HSV(B) | 314.12º | 0.07% | 0.93% | - |
XYZ | 74.49 | 74.32 | 86.76 | - |
YUV | 225.57 | 131.63 | 135.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 232 | 0 | 0.07 | 0.02 | 0.07 | 314.12 | 0.31 | 0.89 |
Hex | EC | DB | E8 | 0 | 7 | 2 | 7 | 13A | 1F | 59 |
Octal | 354 | 333 | 350 | 0 | 7 | 2 | 7 | 472 | 37 | 131 |
Binary | 11101100 | 11011011 | 11101000 | 0 | 111 | 10 | 111 | 100111010 | 11111 | 1011001 |
Color Harmonies of #ECDBE8
Complementary color
Monochromatic Colors of #ECDBE8
Black with #ECDBE8
Text Example
Text Example
White with #ECDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBE8; }
p { color: rgb(236,219,232); }
H1.HeaderClassName
{
color: #ECDBE8;
}
.AnyTagClassName
{
color: #ECDBE8;
}
</style>
background-color css
<style>
a { background-color: #ECDBE8; }
a { background-color: rgb(236,219,232); }
div.DivClassName
{
background-color: #ECDBE8;
}
.BgClassName
{
background-color: #ECDBE8;
}
</style>
border-color css
<style>
span { border-color: #ECDBE8; }
span { border-color: rgb(236,219,232); }
td.TdClassName
{
border-color: #ECDBE8;
}
.TagClassName
{
border-color: #ECDBE8;
}
</style>