Shades of Selago #EED8F1
Tints of Selago #EED8F1
RGB
CMYK
RGB Variations
Color information
#EED8F1 (or 0xEED8F1) is known color: Selago. HEX triplet: EE, D8 and F1. RGB value is (238,216,241). Sum of RGB (Red+Green+Blue) = 238+216+241=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 216 (84.77% from 255 or 31.08% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8F1 is #11270E. Grayscale: #E1E1E1. Windows color (decimal): -1124111 or 15849710. OLE color: 15849710.
HSL color Cylindrical-coordinate representation of color #EED8F1: hue angle of 292.8º 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 #EED8F1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 216 | 241 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.05 |
| HSL | 292.8º | 0.47% | 0.9% | - |
| HSV(B) | 292.8º | 0.1% | 0.95% | - |
| XYZ | 75.69 | 73.64 | 93.44 | - |
| YUV | 225.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 241 | 0.01 | 0.10 | 0 | 0.05 | 292.8 | 0.47 | 0.9 |
| Hex | EE | D8 | F1 | 1 | A | 0 | 5 | 125 | 2F | 5A |
| Octal | 356 | 330 | 361 | 1 | 12 | 0 | 5 | 445 | 57 | 132 |
| Binary | 11101110 | 11011000 | 11110001 | 1 | 1010 | 0 | 101 | 100100101 | 101111 | 1011010 |
Color Harmonies of #EED8F1
Complementary color
Monochromatic Colors of #EED8F1
Black with #EED8F1
Text Example
Text Example
White with #EED8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8F1; }
p { color: rgb(238,216,241); }
H1.HeaderClassName
{
color: #EED8F1;
}
.AnyTagClassName
{
color: #EED8F1;
}
</style>
background-color css
<style>
a { background-color: #EED8F1; }
a { background-color: rgb(238,216,241); }
div.DivClassName
{
background-color: #EED8F1;
}
.BgClassName
{
background-color: #EED8F1;
}
</style>
border-color css
<style>
span { border-color: #EED8F1; }
span { border-color: rgb(238,216,241); }
td.TdClassName
{
border-color: #EED8F1;
}
.TagClassName
{
border-color: #EED8F1;
}
</style>