Shades of Selago #EFE1EE
Tints of Selago #EFE1EE
RGB
CMYK
RGB Variations
Color information
#EFE1EE (or 0xEFE1EE) is known color: Selago. HEX triplet: EF, E1 and EE. RGB value is (239,225,238). Sum of RGB (Red+Green+Blue) = 239+225+238=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE1EE is #101E11. Grayscale: #E6E6E6. Windows color (decimal): -1056274 or 15655407. OLE color: 15655407.
HSL color Cylindrical-coordinate representation of color #EFE1EE: hue angle of 304.29º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE1EE is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 238 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.06 |
| HSL | 304.29º | 0.3% | 0.91% | - |
| HSV(B) | 304.29º | 0.06% | 0.94% | - |
| XYZ | 77.95 | 78.37 | 91.91 | - |
| YUV | 230.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 238 | 0 | 0.06 | 0.00 | 0.06 | 304.29 | 0.3 | 0.91 |
| Hex | EF | E1 | EE | 0 | 6 | 0 | 6 | 130 | 1E | 5B |
| Octal | 357 | 341 | 356 | 0 | 6 | 0 | 6 | 460 | 36 | 133 |
| Binary | 11101111 | 11100001 | 11101110 | 0 | 110 | 0 | 110 | 100110000 | 11110 | 1011011 |
Color Harmonies of #EFE1EE
Complementary color
Monochromatic Colors of #EFE1EE
Black with #EFE1EE
Text Example
Text Example
White with #EFE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1EE; }
p { color: rgb(239,225,238); }
H1.HeaderClassName
{
color: #EFE1EE;
}
.AnyTagClassName
{
color: #EFE1EE;
}
</style>
background-color css
<style>
a { background-color: #EFE1EE; }
a { background-color: rgb(239,225,238); }
div.DivClassName
{
background-color: #EFE1EE;
}
.BgClassName
{
background-color: #EFE1EE;
}
</style>
border-color css
<style>
span { border-color: #EFE1EE; }
span { border-color: rgb(239,225,238); }
td.TdClassName
{
border-color: #EFE1EE;
}
.TagClassName
{
border-color: #EFE1EE;
}
</style>