Shades of Selago #EFDAF3
Tints of Selago #EFDAF3
RGB
CMYK
RGB Variations
Color information
#EFDAF3 (or 0xEFDAF3) is known color: Selago. HEX triplet: EF, DA and F3. RGB value is (239,218,243). Sum of RGB (Red+Green+Blue) = 239+218+243=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 243 - color contains mainly: blue. Hex color #EFDAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAF3 is #10250C. Grayscale: #E3E3E3. Windows color (decimal): -1058061 or 15981295. OLE color: 15981295.
HSL color Cylindrical-coordinate representation of color #EFDAF3: hue angle of 290.4º degrees, saturation: 0.51, 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 #EFDAF3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 218 | 243 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.05 |
| HSL | 290.4º | 0.51% | 0.9% | - |
| HSV(B) | 290.4º | 0.1% | 0.95% | - |
| XYZ | 76.85 | 74.96 | 95.21 | - |
| YUV | 227.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 243 | 0.02 | 0.10 | 0 | 0.05 | 290.4 | 0.51 | 0.9 |
| Hex | EF | DA | F3 | 2 | A | 0 | 5 | 122 | 33 | 5A |
| Octal | 357 | 332 | 363 | 2 | 12 | 0 | 5 | 442 | 63 | 132 |
| Binary | 11101111 | 11011010 | 11110011 | 10 | 1010 | 0 | 101 | 100100010 | 110011 | 1011010 |
Color Harmonies of #EFDAF3
Complementary color
Monochromatic Colors of #EFDAF3
Black with #EFDAF3
Text Example
Text Example
White with #EFDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAF3; }
p { color: rgb(239,218,243); }
H1.HeaderClassName
{
color: #EFDAF3;
}
.AnyTagClassName
{
color: #EFDAF3;
}
</style>
background-color css
<style>
a { background-color: #EFDAF3; }
a { background-color: rgb(239,218,243); }
div.DivClassName
{
background-color: #EFDAF3;
}
.BgClassName
{
background-color: #EFDAF3;
}
</style>
border-color css
<style>
span { border-color: #EFDAF3; }
span { border-color: rgb(239,218,243); }
td.TdClassName
{
border-color: #EFDAF3;
}
.TagClassName
{
border-color: #EFDAF3;
}
</style>