Shades of Selago #EEDAF1
Tints of Selago #EEDAF1
RGB
CMYK
RGB Variations
Color information
#EEDAF1 (or 0xEEDAF1) is known color: Selago. HEX triplet: EE, DA and F1. RGB value is (238,218,241). Sum of RGB (Red+Green+Blue) = 238+218+241=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF1 is #11250E. Grayscale: #E2E2E2. Windows color (decimal): -1123599 or 15850222. OLE color: 15850222.
HSL color Cylindrical-coordinate representation of color #EEDAF1: hue angle of 292.17º degrees, saturation: 0.45, 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 #EEDAF1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 218 | 241 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.05 |
| HSL | 292.17º | 0.45% | 0.9% | - |
| HSV(B) | 292.17º | 0.1% | 0.95% | - |
| XYZ | 76.21 | 74.67 | 93.62 | - |
| YUV | 226.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 241 | 0.01 | 0.10 | 0 | 0.05 | 292.17 | 0.45 | 0.9 |
| Hex | EE | DA | F1 | 1 | A | 0 | 5 | 124 | 2D | 5A |
| Octal | 356 | 332 | 361 | 1 | 12 | 0 | 5 | 444 | 55 | 132 |
| Binary | 11101110 | 11011010 | 11110001 | 1 | 1010 | 0 | 101 | 100100100 | 101101 | 1011010 |
Color Harmonies of #EEDAF1
Complementary color
Monochromatic Colors of #EEDAF1
Black with #EEDAF1
Text Example
Text Example
White with #EEDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAF1; }
p { color: rgb(238,218,241); }
H1.HeaderClassName
{
color: #EEDAF1;
}
.AnyTagClassName
{
color: #EEDAF1;
}
</style>
background-color css
<style>
a { background-color: #EEDAF1; }
a { background-color: rgb(238,218,241); }
div.DivClassName
{
background-color: #EEDAF1;
}
.BgClassName
{
background-color: #EEDAF1;
}
</style>
border-color css
<style>
span { border-color: #EEDAF1; }
span { border-color: rgb(238,218,241); }
td.TdClassName
{
border-color: #EEDAF1;
}
.TagClassName
{
border-color: #EEDAF1;
}
</style>