Shades of Selago #EEDEF0
Tints of Selago #EEDEF0
RGB
CMYK
RGB Variations
Color information
#EEDEF0 (or 0xEEDEF0) is known color: Selago. HEX triplet: EE, DE and F0. RGB value is (238,222,240). Sum of RGB (Red+Green+Blue) = 238+222+240=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 222 (87.11% from 255 or 31.71% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEDEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEF0 is #11210F. Grayscale: #E4E4E4. Windows color (decimal): -1122576 or 15785710. OLE color: 15785710.
HSL color Cylindrical-coordinate representation of color #EEDEF0: hue angle of 293.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDEF0 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 222 | 240 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.06 |
| HSL | 293.33º | 0.38% | 0.91% | - |
| HSV(B) | 293.33º | 0.07% | 0.94% | - |
| XYZ | 77.11 | 76.71 | 93.18 | - |
| YUV | 228.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 240 | 0.01 | 0.08 | 0 | 0.06 | 293.33 | 0.38 | 0.91 |
| Hex | EE | DE | F0 | 1 | 8 | 0 | 6 | 125 | 26 | 5B |
| Octal | 356 | 336 | 360 | 1 | 10 | 0 | 6 | 445 | 46 | 133 |
| Binary | 11101110 | 11011110 | 11110000 | 1 | 1000 | 0 | 110 | 100100101 | 100110 | 1011011 |
Color Harmonies of #EEDEF0
Complementary color
Monochromatic Colors of #EEDEF0
Black with #EEDEF0
Text Example
Text Example
White with #EEDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEF0; }
p { color: rgb(238,222,240); }
H1.HeaderClassName
{
color: #EEDEF0;
}
.AnyTagClassName
{
color: #EEDEF0;
}
</style>
background-color css
<style>
a { background-color: #EEDEF0; }
a { background-color: rgb(238,222,240); }
div.DivClassName
{
background-color: #EEDEF0;
}
.BgClassName
{
background-color: #EEDEF0;
}
</style>
border-color css
<style>
span { border-color: #EEDEF0; }
span { border-color: rgb(238,222,240); }
td.TdClassName
{
border-color: #EEDEF0;
}
.TagClassName
{
border-color: #EEDEF0;
}
</style>