Shades of Selago #ECDEEC
Tints of Selago #ECDEEC
RGB
CMYK
RGB Variations
Color information
#ECDEEC (or 0xECDEEC) is known color: Selago. HEX triplet: EC, DE and EC. RGB value is (236,222,236). Sum of RGB (Red+Green+Blue) = 236+222+236=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 222 (87.11% from 255 or 31.99% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEEC is #132113. Grayscale: #E3E3E3. Windows color (decimal): -1253652 or 15523564. OLE color: 15523564.
HSL color Cylindrical-coordinate representation of color #ECDEEC: hue angle of 300º degrees, saturation: 0.27, 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 #ECDEEC is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 236 | - |
| CMYK | 0 | 0.06 | 0 | 0.07 |
| HSL | 300º | 0.27% | 0.9% | - |
| HSV(B) | 300º | 0.06% | 0.93% | - |
| XYZ | 75.85 | 76.13 | 90.05 | - |
| YUV | 227.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 236 | 0 | 0.06 | 0 | 0.07 | 300 | 0.27 | 0.9 |
| Hex | EC | DE | EC | 0 | 6 | 0 | 7 | 12C | 1B | 5A |
| Octal | 354 | 336 | 354 | 0 | 6 | 0 | 7 | 454 | 33 | 132 |
| Binary | 11101100 | 11011110 | 11101100 | 0 | 110 | 0 | 111 | 100101100 | 11011 | 1011010 |
Color Harmonies of #ECDEEC
Complementary color
Monochromatic Colors of #ECDEEC
Black with #ECDEEC
Text Example
Text Example
White with #ECDEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDEEC; }
p { color: rgb(236,222,236); }
H1.HeaderClassName
{
color: #ECDEEC;
}
.AnyTagClassName
{
color: #ECDEEC;
}
</style>
background-color css
<style>
a { background-color: #ECDEEC; }
a { background-color: rgb(236,222,236); }
div.DivClassName
{
background-color: #ECDEEC;
}
.BgClassName
{
background-color: #ECDEEC;
}
</style>
border-color css
<style>
span { border-color: #ECDEEC; }
span { border-color: rgb(236,222,236); }
td.TdClassName
{
border-color: #ECDEEC;
}
.TagClassName
{
border-color: #ECDEEC;
}
</style>