Shades of Selago #EFE9EF
Tints of Selago #EFE9EF
RGB
CMYK
RGB Variations
Color information
#EFE9EF (or 0xEFE9EF) is known color: Selago. HEX triplet: EF, E9 and EF. RGB value is (239,233,239). Sum of RGB (Red+Green+Blue) = 239+233+239=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 233 (91.41% from 255 or 32.77% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9EF is #101610. Grayscale: #EBEBEB. Windows color (decimal): -1054225 or 15722991. OLE color: 15722991.
HSL color Cylindrical-coordinate representation of color #EFE9EF: hue angle of 300º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE9EF is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 239 | - |
| CMYK | 0 | 0.03 | 0 | 0.06 |
| HSL | 300º | 0.16% | 0.93% | - |
| HSV(B) | 300º | 0.03% | 0.94% | - |
| XYZ | 80.32 | 82.86 | 93.42 | - |
| YUV | 235.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 239 | 0 | 0.03 | 0 | 0.06 | 300 | 0.16 | 0.93 |
| Hex | EF | E9 | EF | 0 | 3 | 0 | 6 | 12C | 10 | 5D |
| Octal | 357 | 351 | 357 | 0 | 3 | 0 | 6 | 454 | 20 | 135 |
| Binary | 11101111 | 11101001 | 11101111 | 0 | 11 | 0 | 110 | 100101100 | 10000 | 1011101 |
Color Harmonies of #EFE9EF
Complementary color
Monochromatic Colors of #EFE9EF
Black with #EFE9EF
Text Example
Text Example
White with #EFE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9EF; }
p { color: rgb(239,233,239); }
H1.HeaderClassName
{
color: #EFE9EF;
}
.AnyTagClassName
{
color: #EFE9EF;
}
</style>
background-color css
<style>
a { background-color: #EFE9EF; }
a { background-color: rgb(239,233,239); }
div.DivClassName
{
background-color: #EFE9EF;
}
.BgClassName
{
background-color: #EFE9EF;
}
</style>
border-color css
<style>
span { border-color: #EFE9EF; }
span { border-color: rgb(239,233,239); }
td.TdClassName
{
border-color: #EFE9EF;
}
.TagClassName
{
border-color: #EFE9EF;
}
</style>