Shades of Selago #EED8F0
Tints of Selago #EED8F0
RGB
CMYK
RGB Variations
Color information
#EED8F0 (or 0xEED8F0) is known color: Selago. HEX triplet: EE, D8 and F0. RGB value is (238,216,240). Sum of RGB (Red+Green+Blue) = 238+216+240=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 240 (94.14% from 255 or 34.58% from 694); Max value from RGB is 240 - color contains mainly: blue. Hex color #EED8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED8F0 is #11270F. Grayscale: #E1E1E1. Windows color (decimal): -1124112 or 15784174. OLE color: 15784174.
HSL color Cylindrical-coordinate representation of color #EED8F0: hue angle of 295º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED8F0 is Cyan = 0.01, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 216 | 240 | - |
| CMYK | 0.01 | 0.1 | 0 | 0.06 |
| HSL | 295º | 0.44% | 0.89% | - |
| HSV(B) | 295º | 0.1% | 0.94% | - |
| XYZ | 75.54 | 73.58 | 92.66 | - |
| YUV | 225.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 240 | 0.01 | 0.1 | 0 | 0.06 | 295 | 0.44 | 0.89 |
| Hex | EE | D8 | F0 | 1 | A | 0 | 6 | 127 | 2C | 59 |
| Octal | 356 | 330 | 360 | 1 | 12 | 0 | 6 | 447 | 54 | 131 |
| Binary | 11101110 | 11011000 | 11110000 | 1 | 1010 | 0 | 110 | 100100111 | 101100 | 1011001 |
Color Harmonies of #EED8F0
Complementary color
Monochromatic Colors of #EED8F0
Black with #EED8F0
Text Example
Text Example
White with #EED8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED8F0; }
p { color: rgb(238,216,240); }
H1.HeaderClassName
{
color: #EED8F0;
}
.AnyTagClassName
{
color: #EED8F0;
}
</style>
background-color css
<style>
a { background-color: #EED8F0; }
a { background-color: rgb(238,216,240); }
div.DivClassName
{
background-color: #EED8F0;
}
.BgClassName
{
background-color: #EED8F0;
}
</style>
border-color css
<style>
span { border-color: #EED8F0; }
span { border-color: rgb(238,216,240); }
td.TdClassName
{
border-color: #EED8F0;
}
.TagClassName
{
border-color: #EED8F0;
}
</style>