Shades of Selago #EEDEEF
Tints of Selago #EEDEEF
RGB
CMYK
RGB Variations
Color information
#EEDEEF (or 0xEEDEEF) is known color: Selago. HEX triplet: EE, DE and EF. RGB value is (238,222,239). Sum of RGB (Red+Green+Blue) = 238+222+239=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEDEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEF is #112110. Grayscale: #E4E4E4. Windows color (decimal): -1122577 or 15720174. OLE color: 15720174.
HSL color Cylindrical-coordinate representation of color #EEDEEF: hue angle of 296.47º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDEEF is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 222 | 239 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.06 |
| HSL | 296.47º | 0.35% | 0.9% | - |
| HSV(B) | 296.47º | 0.07% | 0.94% | - |
| XYZ | 76.96 | 76.65 | 92.4 | - |
| YUV | 228.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 239 | 0.00 | 0.07 | 0 | 0.06 | 296.47 | 0.35 | 0.9 |
| Hex | EE | DE | EF | 0 | 7 | 0 | 6 | 128 | 23 | 5A |
| Octal | 356 | 336 | 357 | 0 | 7 | 0 | 6 | 450 | 43 | 132 |
| Binary | 11101110 | 11011110 | 11101111 | 0 | 111 | 0 | 110 | 100101000 | 100011 | 1011010 |
Color Harmonies of #EEDEEF
Complementary color
Monochromatic Colors of #EEDEEF
Black with #EEDEEF
Text Example
Text Example
White with #EEDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEEF; }
p { color: rgb(238,222,239); }
H1.HeaderClassName
{
color: #EEDEEF;
}
.AnyTagClassName
{
color: #EEDEEF;
}
</style>
background-color css
<style>
a { background-color: #EEDEEF; }
a { background-color: rgb(238,222,239); }
div.DivClassName
{
background-color: #EEDEEF;
}
.BgClassName
{
background-color: #EEDEEF;
}
</style>
border-color css
<style>
span { border-color: #EEDEEF; }
span { border-color: rgb(238,222,239); }
td.TdClassName
{
border-color: #EEDEEF;
}
.TagClassName
{
border-color: #EEDEEF;
}
</style>