Shades of Selago #EFDFF0
Tints of Selago #EFDFF0
RGB
CMYK
RGB Variations
Color information
#EFDFF0 (or 0xEFDFF0) is known color: Selago. HEX triplet: EF, DF and F0. RGB value is (239,223,240). Sum of RGB (Red+Green+Blue) = 239+223+240=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFF0 is #10200F. Grayscale: #E5E5E5. Windows color (decimal): -1056784 or 15785967. OLE color: 15785967.
HSL color Cylindrical-coordinate representation of color #EFDFF0: hue angle of 296.47º degrees, saturation: 0.36, 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 #EFDFF0 is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 240 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.06 |
| HSL | 296.47º | 0.36% | 0.91% | - |
| HSV(B) | 296.47º | 0.07% | 0.94% | - |
| XYZ | 77.71 | 77.42 | 93.29 | - |
| YUV | 229.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 240 | 0.00 | 0.07 | 0 | 0.06 | 296.47 | 0.36 | 0.91 |
| Hex | EF | DF | F0 | 0 | 7 | 0 | 6 | 128 | 24 | 5B |
| Octal | 357 | 337 | 360 | 0 | 7 | 0 | 6 | 450 | 44 | 133 |
| Binary | 11101111 | 11011111 | 11110000 | 0 | 111 | 0 | 110 | 100101000 | 100100 | 1011011 |
Color Harmonies of #EFDFF0
Complementary color
Monochromatic Colors of #EFDFF0
Black with #EFDFF0
Text Example
Text Example
White with #EFDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFF0; }
p { color: rgb(239,223,240); }
H1.HeaderClassName
{
color: #EFDFF0;
}
.AnyTagClassName
{
color: #EFDFF0;
}
</style>
background-color css
<style>
a { background-color: #EFDFF0; }
a { background-color: rgb(239,223,240); }
div.DivClassName
{
background-color: #EFDFF0;
}
.BgClassName
{
background-color: #EFDFF0;
}
</style>
border-color css
<style>
span { border-color: #EFDFF0; }
span { border-color: rgb(239,223,240); }
td.TdClassName
{
border-color: #EFDFF0;
}
.TagClassName
{
border-color: #EFDFF0;
}
</style>