Shades of Snuff #ECD2ED
Tints of Snuff #ECD2ED
RGB
CMYK
RGB Variations
Color information
#ECD2ED (or 0xECD2ED) is known color: Snuff. HEX triplet: EC, D2 and ED. RGB value is (236,210,237). Sum of RGB (Red+Green+Blue) = 236+210+237=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD2ED is #132D12. Grayscale: #DCDCDC. Windows color (decimal): -1256723 or 15586028. OLE color: 15586028.
HSL color Cylindrical-coordinate representation of color #ECD2ED: hue angle of 297.78º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD2ED is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 210 | 237 | - |
CMYK | 0.00 | 0.11 | 0 | 0.07 |
HSL | 297.78º | 0.43% | 0.88% | - |
HSV(B) | 297.78º | 0.11% | 0.93% | - |
XYZ | 72.92 | 70.04 | 89.8 | - |
YUV | 220.85 | 137.11 | 138.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 210 | 237 | 0.00 | 0.11 | 0 | 0.07 | 297.78 | 0.43 | 0.88 |
Hex | EC | D2 | ED | 0 | B | 0 | 7 | 12A | 2B | 58 |
Octal | 354 | 322 | 355 | 0 | 13 | 0 | 7 | 452 | 53 | 130 |
Binary | 11101100 | 11010010 | 11101101 | 0 | 1011 | 0 | 111 | 100101010 | 101011 | 1011000 |
Color Harmonies of #ECD2ED
Complementary color
Monochromatic Colors of #ECD2ED
Black with #ECD2ED
Text Example
Text Example
White with #ECD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD2ED; }
p { color: rgb(236,210,237); }
H1.HeaderClassName
{
color: #ECD2ED;
}
.AnyTagClassName
{
color: #ECD2ED;
}
</style>
background-color css
<style>
a { background-color: #ECD2ED; }
a { background-color: rgb(236,210,237); }
div.DivClassName
{
background-color: #ECD2ED;
}
.BgClassName
{
background-color: #ECD2ED;
}
</style>
border-color css
<style>
span { border-color: #ECD2ED; }
span { border-color: rgb(236,210,237); }
td.TdClassName
{
border-color: #ECD2ED;
}
.TagClassName
{
border-color: #ECD2ED;
}
</style>