Shades of Selago #EFE5F0
Tints of Selago #EFE5F0
RGB
CMYK
RGB Variations
Color information
#EFE5F0 (or 0xEFE5F0) is known color: Selago. HEX triplet: EF, E5 and F0. RGB value is (239,229,240). Sum of RGB (Red+Green+Blue) = 239+229+240=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFE5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE5F0 is #101A0F. Grayscale: #E9E9E9. Windows color (decimal): -1055248 or 15787503. OLE color: 15787503.
HSL color Cylindrical-coordinate representation of color #EFE5F0: hue angle of 294.55º degrees, saturation: 0.27, 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 #EFE5F0 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 240 | - |
| CMYK | 0.00 | 0.05 | 0 | 0.06 |
| HSL | 294.55º | 0.27% | 0.92% | - |
| HSV(B) | 294.55º | 0.05% | 0.94% | - |
| XYZ | 79.34 | 80.68 | 93.83 | - |
| YUV | 233.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 240 | 0.00 | 0.05 | 0 | 0.06 | 294.55 | 0.27 | 0.92 |
| Hex | EF | E5 | F0 | 0 | 5 | 0 | 6 | 127 | 1B | 5C |
| Octal | 357 | 345 | 360 | 0 | 5 | 0 | 6 | 447 | 33 | 134 |
| Binary | 11101111 | 11100101 | 11110000 | 0 | 101 | 0 | 110 | 100100111 | 11011 | 1011100 |
Color Harmonies of #EFE5F0
Complementary color
Monochromatic Colors of #EFE5F0
Black with #EFE5F0
Text Example
Text Example
White with #EFE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE5F0; }
p { color: rgb(239,229,240); }
H1.HeaderClassName
{
color: #EFE5F0;
}
.AnyTagClassName
{
color: #EFE5F0;
}
</style>
background-color css
<style>
a { background-color: #EFE5F0; }
a { background-color: rgb(239,229,240); }
div.DivClassName
{
background-color: #EFE5F0;
}
.BgClassName
{
background-color: #EFE5F0;
}
</style>
border-color css
<style>
span { border-color: #EFE5F0; }
span { border-color: rgb(239,229,240); }
td.TdClassName
{
border-color: #EFE5F0;
}
.TagClassName
{
border-color: #EFE5F0;
}
</style>