Shades of Selago #ECDDEC
Tints of Selago #ECDDEC
RGB
CMYK
RGB Variations
Color information
#ECDDEC (or 0xECDDEC) is known color: Selago. HEX triplet: EC, DD and EC. RGB value is (236,221,236). Sum of RGB (Red+Green+Blue) = 236+221+236=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 221 (86.72% from 255 or 31.89% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDEC is #132213. Grayscale: #E3E3E3. Windows color (decimal): -1253908 or 15523308. OLE color: 15523308.
HSL color Cylindrical-coordinate representation of color #ECDDEC: hue angle of 300º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECDDEC is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 236 | - |
CMYK | 0 | 0.06 | 0 | 0.07 |
HSL | 300º | 0.28% | 0.9% | - |
HSV(B) | 300º | 0.06% | 0.93% | - |
XYZ | 75.59 | 75.6 | 89.97 | - |
YUV | 227.2 | 132.97 | 134.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 236 | 0 | 0.06 | 0 | 0.07 | 300 | 0.28 | 0.9 |
Hex | EC | DD | EC | 0 | 6 | 0 | 7 | 12C | 1C | 5A |
Octal | 354 | 335 | 354 | 0 | 6 | 0 | 7 | 454 | 34 | 132 |
Binary | 11101100 | 11011101 | 11101100 | 0 | 110 | 0 | 111 | 100101100 | 11100 | 1011010 |
Color Harmonies of #ECDDEC
Complementary color
Monochromatic Colors of #ECDDEC
Black with #ECDDEC
Text Example
Text Example
White with #ECDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDEC; }
p { color: rgb(236,221,236); }
H1.HeaderClassName
{
color: #ECDDEC;
}
.AnyTagClassName
{
color: #ECDDEC;
}
</style>
background-color css
<style>
a { background-color: #ECDDEC; }
a { background-color: rgb(236,221,236); }
div.DivClassName
{
background-color: #ECDDEC;
}
.BgClassName
{
background-color: #ECDDEC;
}
</style>
border-color css
<style>
span { border-color: #ECDDEC; }
span { border-color: rgb(236,221,236); }
td.TdClassName
{
border-color: #ECDDEC;
}
.TagClassName
{
border-color: #ECDDEC;
}
</style>