Shades of Selago #EFE7EF
Tints of Selago #EFE7EF
RGB
CMYK
RGB Variations
Color information
#EFE7EF (or 0xEFE7EF) is known color: Selago. HEX triplet: EF, E7 and EF. RGB value is (239,231,239). Sum of RGB (Red+Green+Blue) = 239+231+239=709 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.71% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFE7EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7EF is #101810. Grayscale: #EAEAEA. Windows color (decimal): -1054737 or 15722479. OLE color: 15722479.
HSL color Cylindrical-coordinate representation of color #EFE7EF: hue angle of 300º degrees, saturation: 0.2, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE7EF is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 239 | - |
| CMYK | 0 | 0.03 | 0 | 0.06 |
| HSL | 300º | 0.2% | 0.92% | - |
| HSV(B) | 300º | 0.03% | 0.94% | - |
| XYZ | 79.75 | 81.73 | 93.23 | - |
| YUV | 234.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 239 | 0 | 0.03 | 0 | 0.06 | 300 | 0.2 | 0.92 |
| Hex | EF | E7 | EF | 0 | 3 | 0 | 6 | 12C | 14 | 5C |
| Octal | 357 | 347 | 357 | 0 | 3 | 0 | 6 | 454 | 24 | 134 |
| Binary | 11101111 | 11100111 | 11101111 | 0 | 11 | 0 | 110 | 100101100 | 10100 | 1011100 |
Color Harmonies of #EFE7EF
Complementary color
Monochromatic Colors of #EFE7EF
Black with #EFE7EF
Text Example
Text Example
White with #EFE7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7EF; }
p { color: rgb(239,231,239); }
H1.HeaderClassName
{
color: #EFE7EF;
}
.AnyTagClassName
{
color: #EFE7EF;
}
</style>
background-color css
<style>
a { background-color: #EFE7EF; }
a { background-color: rgb(239,231,239); }
div.DivClassName
{
background-color: #EFE7EF;
}
.BgClassName
{
background-color: #EFE7EF;
}
</style>
border-color css
<style>
span { border-color: #EFE7EF; }
span { border-color: rgb(239,231,239); }
td.TdClassName
{
border-color: #EFE7EF;
}
.TagClassName
{
border-color: #EFE7EF;
}
</style>