Shades of Selago #ECDCED
Tints of Selago #ECDCED
RGB
CMYK
RGB Variations
Color information
#ECDCED (or 0xECDCED) is known color: Selago. HEX triplet: EC, DC and ED. RGB value is (236,220,237). Sum of RGB (Red+Green+Blue) = 236+220+237=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCED is #132312. Grayscale: #E2E2E2. Windows color (decimal): -1254163 or 15588588. OLE color: 15588588.
HSL color Cylindrical-coordinate representation of color #ECDCED: hue angle of 296.47º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDCED is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 237 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.07 |
| HSL | 296.47º | 0.32% | 0.9% | - |
| HSV(B) | 296.47º | 0.07% | 0.93% | - |
| XYZ | 75.47 | 75.13 | 90.65 | - |
| YUV | 226.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 237 | 0.00 | 0.07 | 0 | 0.07 | 296.47 | 0.32 | 0.9 |
| Hex | EC | DC | ED | 0 | 7 | 0 | 7 | 128 | 20 | 5A |
| Octal | 354 | 334 | 355 | 0 | 7 | 0 | 7 | 450 | 40 | 132 |
| Binary | 11101100 | 11011100 | 11101101 | 0 | 111 | 0 | 111 | 100101000 | 100000 | 1011010 |
Color Harmonies of #ECDCED
Complementary color
Monochromatic Colors of #ECDCED
Black with #ECDCED
Text Example
Text Example
White with #ECDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCED; }
p { color: rgb(236,220,237); }
H1.HeaderClassName
{
color: #ECDCED;
}
.AnyTagClassName
{
color: #ECDCED;
}
</style>
background-color css
<style>
a { background-color: #ECDCED; }
a { background-color: rgb(236,220,237); }
div.DivClassName
{
background-color: #ECDCED;
}
.BgClassName
{
background-color: #ECDCED;
}
</style>
border-color css
<style>
span { border-color: #ECDCED; }
span { border-color: rgb(236,220,237); }
td.TdClassName
{
border-color: #ECDCED;
}
.TagClassName
{
border-color: #ECDCED;
}
</style>