Shades of Selago #EFD8F1
Tints of Selago #EFD8F1
RGB
CMYK
RGB Variations
Color information
#EFD8F1 (or 0xEFD8F1) is known color: Selago. HEX triplet: EF, D8 and F1. RGB value is (239,216,241). Sum of RGB (Red+Green+Blue) = 239+216+241=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 216 (84.77% from 255 or 31.03% from 696); Blue value is 241 (94.53% from 255 or 34.63% from 696); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFD8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8F1 is #10270E. Grayscale: #E1E1E1. Windows color (decimal): -1058575 or 15849711. OLE color: 15849711.
HSL color Cylindrical-coordinate representation of color #EFD8F1: hue angle of 295.2º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8F1 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 216 | 241 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.05 |
| HSL | 295.2º | 0.47% | 0.9% | - |
| HSV(B) | 295.2º | 0.1% | 0.95% | - |
| XYZ | 76.03 | 73.81 | 93.46 | - |
| YUV | 225.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 241 | 0.01 | 0.10 | 0 | 0.05 | 295.2 | 0.47 | 0.9 |
| Hex | EF | D8 | F1 | 1 | A | 0 | 5 | 127 | 2F | 5A |
| Octal | 357 | 330 | 361 | 1 | 12 | 0 | 5 | 447 | 57 | 132 |
| Binary | 11101111 | 11011000 | 11110001 | 1 | 1010 | 0 | 101 | 100100111 | 101111 | 1011010 |
Color Harmonies of #EFD8F1
Complementary color
Monochromatic Colors of #EFD8F1
Black with #EFD8F1
Text Example
Text Example
White with #EFD8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8F1; }
p { color: rgb(239,216,241); }
H1.HeaderClassName
{
color: #EFD8F1;
}
.AnyTagClassName
{
color: #EFD8F1;
}
</style>
background-color css
<style>
a { background-color: #EFD8F1; }
a { background-color: rgb(239,216,241); }
div.DivClassName
{
background-color: #EFD8F1;
}
.BgClassName
{
background-color: #EFD8F1;
}
</style>
border-color css
<style>
span { border-color: #EFD8F1; }
span { border-color: rgb(239,216,241); }
td.TdClassName
{
border-color: #EFD8F1;
}
.TagClassName
{
border-color: #EFD8F1;
}
</style>