Shades of Selago #ECD8F1
Tints of Selago #ECD8F1
RGB
CMYK
RGB Variations
Color information
#ECD8F1 (or 0xECD8F1) is known color: Selago. HEX triplet: EC, D8 and F1. RGB value is (236,216,241). Sum of RGB (Red+Green+Blue) = 236+216+241=693 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.05% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECD8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD8F1 is #13270E. Grayscale: #E0E0E0. Windows color (decimal): -1255183 or 15849708. OLE color: 15849708.
HSL color Cylindrical-coordinate representation of color #ECD8F1: hue angle of 288º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECD8F1 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 216 | 241 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.05 |
| HSL | 288º | 0.47% | 0.9% | - |
| HSV(B) | 288º | 0.1% | 0.95% | - |
| XYZ | 75.03 | 73.3 | 93.41 | - |
| YUV | 224.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 241 | 0.02 | 0.10 | 0 | 0.05 | 288 | 0.47 | 0.9 |
| Hex | EC | D8 | F1 | 2 | A | 0 | 5 | 120 | 2F | 5A |
| Octal | 354 | 330 | 361 | 2 | 12 | 0 | 5 | 440 | 57 | 132 |
| Binary | 11101100 | 11011000 | 11110001 | 10 | 1010 | 0 | 101 | 100100000 | 101111 | 1011010 |
Color Harmonies of #ECD8F1
Complementary color
Monochromatic Colors of #ECD8F1
Black with #ECD8F1
Text Example
Text Example
White with #ECD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD8F1; }
p { color: rgb(236,216,241); }
H1.HeaderClassName
{
color: #ECD8F1;
}
.AnyTagClassName
{
color: #ECD8F1;
}
</style>
background-color css
<style>
a { background-color: #ECD8F1; }
a { background-color: rgb(236,216,241); }
div.DivClassName
{
background-color: #ECD8F1;
}
.BgClassName
{
background-color: #ECD8F1;
}
</style>
border-color css
<style>
span { border-color: #ECD8F1; }
span { border-color: rgb(236,216,241); }
td.TdClassName
{
border-color: #ECD8F1;
}
.TagClassName
{
border-color: #ECD8F1;
}
</style>