Shades of Snuff #ECDAEB
Tints of Snuff #ECDAEB
RGB
CMYK
RGB Variations
Color information
#ECDAEB (or 0xECDAEB) is known color: Snuff. HEX triplet: EC, DA and EB. RGB value is (236,218,235). Sum of RGB (Red+Green+Blue) = 236+218+235=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDAEB is #132514. Grayscale: #E1E1E1. Windows color (decimal): -1254677 or 15457004. OLE color: 15457004.
HSL color Cylindrical-coordinate representation of color #ECDAEB: hue angle of 303.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDAEB is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 218 | 235 | - |
CMYK | 0 | 0.08 | 0.00 | 0.07 |
HSL | 303.33º | 0.32% | 0.89% | - |
HSV(B) | 303.33º | 0.08% | 0.93% | - |
XYZ | 74.66 | 73.97 | 88.94 | - |
YUV | 225.32 | 133.46 | 135.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 218 | 235 | 0 | 0.08 | 0.00 | 0.07 | 303.33 | 0.32 | 0.89 |
Hex | EC | DA | EB | 0 | 8 | 0 | 7 | 12F | 20 | 59 |
Octal | 354 | 332 | 353 | 0 | 10 | 0 | 7 | 457 | 40 | 131 |
Binary | 11101100 | 11011010 | 11101011 | 0 | 1000 | 0 | 111 | 100101111 | 100000 | 1011001 |
Color Harmonies of #ECDAEB
Complementary color
Monochromatic Colors of #ECDAEB
Black with #ECDAEB
Text Example
Text Example
White with #ECDAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDAEB; }
p { color: rgb(236,218,235); }
H1.HeaderClassName
{
color: #ECDAEB;
}
.AnyTagClassName
{
color: #ECDAEB;
}
</style>
background-color css
<style>
a { background-color: #ECDAEB; }
a { background-color: rgb(236,218,235); }
div.DivClassName
{
background-color: #ECDAEB;
}
.BgClassName
{
background-color: #ECDAEB;
}
</style>
border-color css
<style>
span { border-color: #ECDAEB; }
span { border-color: rgb(236,218,235); }
td.TdClassName
{
border-color: #ECDAEB;
}
.TagClassName
{
border-color: #ECDAEB;
}
</style>