Shades of Selago #EFE0F3
Tints of Selago #EFE0F3
RGB
CMYK
RGB Variations
Color information
#EFE0F3 (or 0xEFE0F3) is known color: Selago. HEX triplet: EF, E0 and F3. RGB value is (239,224,243). Sum of RGB (Red+Green+Blue) = 239+224+243=706 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.85% from 706); Green value is 224 (87.89% from 255 or 31.73% from 706); Blue value is 243 (95.31% from 255 or 34.42% from 706); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFE0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0F3 is #101F0C. Grayscale: #E6E6E6. Windows color (decimal): -1056525 or 15982831. OLE color: 15982831.
HSL color Cylindrical-coordinate representation of color #EFE0F3: hue angle of 287.37º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFE0F3 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 224 | 243 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.05 |
| HSL | 287.37º | 0.44% | 0.92% | - |
| HSV(B) | 287.37º | 0.08% | 0.95% | - |
| XYZ | 78.43 | 78.13 | 95.74 | - |
| YUV | 230.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 243 | 0.02 | 0.08 | 0 | 0.05 | 287.37 | 0.44 | 0.92 |
| Hex | EF | E0 | F3 | 2 | 8 | 0 | 5 | 11F | 2C | 5C |
| Octal | 357 | 340 | 363 | 2 | 10 | 0 | 5 | 437 | 54 | 134 |
| Binary | 11101111 | 11100000 | 11110011 | 10 | 1000 | 0 | 101 | 100011111 | 101100 | 1011100 |
Color Harmonies of #EFE0F3
Complementary color
Monochromatic Colors of #EFE0F3
Black with #EFE0F3
Text Example
Text Example
White with #EFE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE0F3; }
p { color: rgb(239,224,243); }
H1.HeaderClassName
{
color: #EFE0F3;
}
.AnyTagClassName
{
color: #EFE0F3;
}
</style>
background-color css
<style>
a { background-color: #EFE0F3; }
a { background-color: rgb(239,224,243); }
div.DivClassName
{
background-color: #EFE0F3;
}
.BgClassName
{
background-color: #EFE0F3;
}
</style>
border-color css
<style>
span { border-color: #EFE0F3; }
span { border-color: rgb(239,224,243); }
td.TdClassName
{
border-color: #EFE0F3;
}
.TagClassName
{
border-color: #EFE0F3;
}
</style>