Shades of Selago #EFEAEE
Tints of Selago #EFEAEE
RGB
CMYK
RGB Variations
Color information
#EFEAEE (or 0xEFEAEE) is known color: Selago. HEX triplet: EF, EA and EE. RGB value is (239,234,238). Sum of RGB (Red+Green+Blue) = 239+234+238=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAEE is #101511. Grayscale: #EBEBEB. Windows color (decimal): -1053970 or 15657711. OLE color: 15657711.
HSL color Cylindrical-coordinate representation of color #EFEAEE: hue angle of 312º degrees, saturation: 0.14, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEAEE is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 238 | - |
| CMYK | 0 | 0.02 | 0.00 | 0.06 |
| HSL | 312º | 0.14% | 0.93% | - |
| HSV(B) | 312º | 0.02% | 0.94% | - |
| XYZ | 80.45 | 83.37 | 92.74 | - |
| YUV | 235.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 238 | 0 | 0.02 | 0.00 | 0.06 | 312 | 0.14 | 0.93 |
| Hex | EF | EA | EE | 0 | 2 | 0 | 6 | 138 | E | 5D |
| Octal | 357 | 352 | 356 | 0 | 2 | 0 | 6 | 470 | 16 | 135 |
| Binary | 11101111 | 11101010 | 11101110 | 0 | 10 | 0 | 110 | 100111000 | 1110 | 1011101 |
Color Harmonies of #EFEAEE
Complementary color
Monochromatic Colors of #EFEAEE
Black with #EFEAEE
Text Example
Text Example
White with #EFEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAEE; }
p { color: rgb(239,234,238); }
H1.HeaderClassName
{
color: #EFEAEE;
}
.AnyTagClassName
{
color: #EFEAEE;
}
</style>
background-color css
<style>
a { background-color: #EFEAEE; }
a { background-color: rgb(239,234,238); }
div.DivClassName
{
background-color: #EFEAEE;
}
.BgClassName
{
background-color: #EFEAEE;
}
</style>
border-color css
<style>
span { border-color: #EFEAEE; }
span { border-color: rgb(239,234,238); }
td.TdClassName
{
border-color: #EFEAEE;
}
.TagClassName
{
border-color: #EFEAEE;
}
</style>