Shades of Selago #EFE7F0
Tints of Selago #EFE7F0
RGB
CMYK
RGB Variations
Color information
#EFE7F0 (or 0xEFE7F0) is known color: Selago. HEX triplet: EF, E7 and F0. RGB value is (239,231,240). Sum of RGB (Red+Green+Blue) = 239+231+240=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 231 (90.62% from 255 or 32.54% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFE7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7F0 is #10180F. Grayscale: #EAEAEA. Windows color (decimal): -1054736 or 15788015. OLE color: 15788015.
HSL color Cylindrical-coordinate representation of color #EFE7F0: hue angle of 293.33º degrees, saturation: 0.23, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFE7F0 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 240 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.06 |
| HSL | 293.33º | 0.23% | 0.92% | - |
| HSV(B) | 293.33º | 0.04% | 0.94% | - |
| XYZ | 79.9 | 81.79 | 94.01 | - |
| YUV | 234.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 240 | 0.00 | 0.04 | 0 | 0.06 | 293.33 | 0.23 | 0.92 |
| Hex | EF | E7 | F0 | 0 | 4 | 0 | 6 | 125 | 17 | 5C |
| Octal | 357 | 347 | 360 | 0 | 4 | 0 | 6 | 445 | 27 | 134 |
| Binary | 11101111 | 11100111 | 11110000 | 0 | 100 | 0 | 110 | 100100101 | 10111 | 1011100 |
Color Harmonies of #EFE7F0
Complementary color
Monochromatic Colors of #EFE7F0
Black with #EFE7F0
Text Example
Text Example
White with #EFE7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE7F0; }
p { color: rgb(239,231,240); }
H1.HeaderClassName
{
color: #EFE7F0;
}
.AnyTagClassName
{
color: #EFE7F0;
}
</style>
background-color css
<style>
a { background-color: #EFE7F0; }
a { background-color: rgb(239,231,240); }
div.DivClassName
{
background-color: #EFE7F0;
}
.BgClassName
{
background-color: #EFE7F0;
}
</style>
border-color css
<style>
span { border-color: #EFE7F0; }
span { border-color: rgb(239,231,240); }
td.TdClassName
{
border-color: #EFE7F0;
}
.TagClassName
{
border-color: #EFE7F0;
}
</style>