Shades of Selago #EFD8F3
Tints of Selago #EFD8F3
RGB
CMYK
RGB Variations
Color information
#EFD8F3 (or 0xEFD8F3) is known color: Selago. HEX triplet: EF, D8 and F3. RGB value is (239,216,243). Sum of RGB (Red+Green+Blue) = 239+216+243=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 216 (84.77% from 255 or 30.95% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFD8F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8F3 is #10270C. Grayscale: #E1E1E1. Windows color (decimal): -1058573 or 15980783. OLE color: 15980783.
HSL color Cylindrical-coordinate representation of color #EFD8F3: hue angle of 291.11º degrees, saturation: 0.53, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD8F3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 216 | 243 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.05 |
| HSL | 291.11º | 0.53% | 0.9% | - |
| HSV(B) | 291.11º | 0.11% | 0.95% | - |
| XYZ | 76.33 | 73.93 | 95.04 | - |
| YUV | 225.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 243 | 0.02 | 0.11 | 0 | 0.05 | 291.11 | 0.53 | 0.9 |
| Hex | EF | D8 | F3 | 2 | B | 0 | 5 | 123 | 35 | 5A |
| Octal | 357 | 330 | 363 | 2 | 13 | 0 | 5 | 443 | 65 | 132 |
| Binary | 11101111 | 11011000 | 11110011 | 10 | 1011 | 0 | 101 | 100100011 | 110101 | 1011010 |
Color Harmonies of #EFD8F3
Complementary color
Monochromatic Colors of #EFD8F3
Black with #EFD8F3
Text Example
Text Example
White with #EFD8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD8F3; }
p { color: rgb(239,216,243); }
H1.HeaderClassName
{
color: #EFD8F3;
}
.AnyTagClassName
{
color: #EFD8F3;
}
</style>
background-color css
<style>
a { background-color: #EFD8F3; }
a { background-color: rgb(239,216,243); }
div.DivClassName
{
background-color: #EFD8F3;
}
.BgClassName
{
background-color: #EFD8F3;
}
</style>
border-color css
<style>
span { border-color: #EFD8F3; }
span { border-color: rgb(239,216,243); }
td.TdClassName
{
border-color: #EFD8F3;
}
.TagClassName
{
border-color: #EFD8F3;
}
</style>