Shades of Selago #EFE0F0
Tints of Selago #EFE0F0
RGB
CMYK
RGB Variations
Color information
#EFE0F0 (or 0xEFE0F0) is known color: Selago. HEX triplet: EF, E0 and F0. RGB value is (239,224,240). Sum of RGB (Red+Green+Blue) = 239+224+240=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 240 (94.14% from 255 or 34.14% from 703); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFE0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0F0 is #101F0F. Grayscale: #E6E6E6. Windows color (decimal): -1056528 or 15786223. OLE color: 15786223.
HSL color Cylindrical-coordinate representation of color #EFE0F0: hue angle of 296.25º degrees, saturation: 0.35, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE0F0 is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 240 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.06 |
| HSL | 296.25º | 0.35% | 0.91% | - |
| HSV(B) | 296.25º | 0.07% | 0.94% | - |
| XYZ | 77.98 | 77.95 | 93.37 | - |
| YUV | 230.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 240 | 0.00 | 0.07 | 0 | 0.06 | 296.25 | 0.35 | 0.91 |
| Hex | EF | E0 | F0 | 0 | 7 | 0 | 6 | 128 | 23 | 5B |
| Octal | 357 | 340 | 360 | 0 | 7 | 0 | 6 | 450 | 43 | 133 |
| Binary | 11101111 | 11100000 | 11110000 | 0 | 111 | 0 | 110 | 100101000 | 100011 | 1011011 |
Color Harmonies of #EFE0F0
Complementary color
Monochromatic Colors of #EFE0F0
Black with #EFE0F0
Text Example
Text Example
White with #EFE0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0F0; }
p { color: rgb(239,224,240); }
H1.HeaderClassName
{
color: #EFE0F0;
}
.AnyTagClassName
{
color: #EFE0F0;
}
</style>
background-color css
<style>
a { background-color: #EFE0F0; }
a { background-color: rgb(239,224,240); }
div.DivClassName
{
background-color: #EFE0F0;
}
.BgClassName
{
background-color: #EFE0F0;
}
</style>
border-color css
<style>
span { border-color: #EFE0F0; }
span { border-color: rgb(239,224,240); }
td.TdClassName
{
border-color: #EFE0F0;
}
.TagClassName
{
border-color: #EFE0F0;
}
</style>