Shades of Selago #EEDAF3
Tints of Selago #EEDAF3
RGB
CMYK
RGB Variations
Color information
#EEDAF3 (or 0xEEDAF3) is known color: Selago. HEX triplet: EE, DA and F3. RGB value is (238,218,243). Sum of RGB (Red+Green+Blue) = 238+218+243=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEDAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF3 is #11250C. Grayscale: #E2E2E2. Windows color (decimal): -1123597 or 15981294. OLE color: 15981294.
HSL color Cylindrical-coordinate representation of color #EEDAF3: hue angle of 288º degrees, saturation: 0.51, 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 #EEDAF3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 218 | 243 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.05 |
| HSL | 288º | 0.51% | 0.9% | - |
| HSV(B) | 288º | 0.1% | 0.95% | - |
| XYZ | 76.51 | 74.79 | 95.2 | - |
| YUV | 226.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 243 | 0.02 | 0.10 | 0 | 0.05 | 288 | 0.51 | 0.9 |
| Hex | EE | DA | F3 | 2 | A | 0 | 5 | 120 | 33 | 5A |
| Octal | 356 | 332 | 363 | 2 | 12 | 0 | 5 | 440 | 63 | 132 |
| Binary | 11101110 | 11011010 | 11110011 | 10 | 1010 | 0 | 101 | 100100000 | 110011 | 1011010 |
Color Harmonies of #EEDAF3
Complementary color
Monochromatic Colors of #EEDAF3
Black with #EEDAF3
Text Example
Text Example
White with #EEDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDAF3; }
p { color: rgb(238,218,243); }
H1.HeaderClassName
{
color: #EEDAF3;
}
.AnyTagClassName
{
color: #EEDAF3;
}
</style>
background-color css
<style>
a { background-color: #EEDAF3; }
a { background-color: rgb(238,218,243); }
div.DivClassName
{
background-color: #EEDAF3;
}
.BgClassName
{
background-color: #EEDAF3;
}
</style>
border-color css
<style>
span { border-color: #EEDAF3; }
span { border-color: rgb(238,218,243); }
td.TdClassName
{
border-color: #EEDAF3;
}
.TagClassName
{
border-color: #EEDAF3;
}
</style>