Shades of Selago #EFE4EE
Tints of Selago #EFE4EE
RGB
CMYK
RGB Variations
Color information
#EFE4EE (or 0xEFE4EE) is known color: Selago. HEX triplet: EF, E4 and EE. RGB value is (239,228,238). Sum of RGB (Red+Green+Blue) = 239+228+238=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4EE is #101B11. Grayscale: #E8E8E8. Windows color (decimal): -1055506 or 15656175. OLE color: 15656175.
HSL color Cylindrical-coordinate representation of color #EFE4EE: hue angle of 305.45º degrees, saturation: 0.26, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE4EE is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 238 | - |
| CMYK | 0 | 0.05 | 0.00 | 0.06 |
| HSL | 305.45º | 0.26% | 0.92% | - |
| HSV(B) | 305.45º | 0.05% | 0.94% | - |
| XYZ | 78.77 | 80.01 | 92.18 | - |
| YUV | 232.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 238 | 0 | 0.05 | 0.00 | 0.06 | 305.45 | 0.26 | 0.92 |
| Hex | EF | E4 | EE | 0 | 5 | 0 | 6 | 131 | 1A | 5C |
| Octal | 357 | 344 | 356 | 0 | 5 | 0 | 6 | 461 | 32 | 134 |
| Binary | 11101111 | 11100100 | 11101110 | 0 | 101 | 0 | 110 | 100110001 | 11010 | 1011100 |
Color Harmonies of #EFE4EE
Complementary color
Monochromatic Colors of #EFE4EE
Black with #EFE4EE
Text Example
Text Example
White with #EFE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4EE; }
p { color: rgb(239,228,238); }
H1.HeaderClassName
{
color: #EFE4EE;
}
.AnyTagClassName
{
color: #EFE4EE;
}
</style>
background-color css
<style>
a { background-color: #EFE4EE; }
a { background-color: rgb(239,228,238); }
div.DivClassName
{
background-color: #EFE4EE;
}
.BgClassName
{
background-color: #EFE4EE;
}
</style>
border-color css
<style>
span { border-color: #EFE4EE; }
span { border-color: rgb(239,228,238); }
td.TdClassName
{
border-color: #EFE4EE;
}
.TagClassName
{
border-color: #EFE4EE;
}
</style>