Shades of Selago #ECDDEF
Tints of Selago #ECDDEF
RGB
CMYK
RGB Variations
Color information
#ECDDEF (or 0xECDDEF) is known color: Selago. HEX triplet: EC, DD and EF. RGB value is (236,221,239). Sum of RGB (Red+Green+Blue) = 236+221+239=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 239 (93.75% from 255 or 34.34% from 696); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDEF is #132210. Grayscale: #E3E3E3. Windows color (decimal): -1253905 or 15719916. OLE color: 15719916.
HSL color Cylindrical-coordinate representation of color #ECDDEF: hue angle of 290º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDDEF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 221 | 239 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.06 |
| HSL | 290º | 0.36% | 0.9% | - |
| HSV(B) | 290º | 0.08% | 0.94% | - |
| XYZ | 76.03 | 75.78 | 92.28 | - |
| YUV | 227.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 239 | 0.01 | 0.08 | 0 | 0.06 | 290 | 0.36 | 0.9 |
| Hex | EC | DD | EF | 1 | 8 | 0 | 6 | 122 | 24 | 5A |
| Octal | 354 | 335 | 357 | 1 | 10 | 0 | 6 | 442 | 44 | 132 |
| Binary | 11101100 | 11011101 | 11101111 | 1 | 1000 | 0 | 110 | 100100010 | 100100 | 1011010 |
Color Harmonies of #ECDDEF
Complementary color
Monochromatic Colors of #ECDDEF
Black with #ECDDEF
Text Example
Text Example
White with #ECDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDEF; }
p { color: rgb(236,221,239); }
H1.HeaderClassName
{
color: #ECDDEF;
}
.AnyTagClassName
{
color: #ECDDEF;
}
</style>
background-color css
<style>
a { background-color: #ECDDEF; }
a { background-color: rgb(236,221,239); }
div.DivClassName
{
background-color: #ECDDEF;
}
.BgClassName
{
background-color: #ECDDEF;
}
</style>
border-color css
<style>
span { border-color: #ECDDEF; }
span { border-color: rgb(236,221,239); }
td.TdClassName
{
border-color: #ECDDEF;
}
.TagClassName
{
border-color: #ECDDEF;
}
</style>