Shades of Selago #EFDEF0
Tints of Selago #EFDEF0
RGB
CMYK
RGB Variations
Color information
#EFDEF0 (or 0xEFDEF0) is known color: Selago. HEX triplet: EF, DE and F0. RGB value is (239,222,240). Sum of RGB (Red+Green+Blue) = 239+222+240=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEF0 is #10210F. Grayscale: #E5E5E5. Windows color (decimal): -1057040 or 15785711. OLE color: 15785711.
HSL color Cylindrical-coordinate representation of color #EFDEF0: hue angle of 296.67º degrees, saturation: 0.38, 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 #EFDEF0 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 240 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.06 |
| HSL | 296.67º | 0.38% | 0.91% | - |
| HSV(B) | 296.67º | 0.07% | 0.94% | - |
| XYZ | 77.45 | 76.88 | 93.2 | - |
| YUV | 229.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 240 | 0.00 | 0.08 | 0 | 0.06 | 296.67 | 0.38 | 0.91 |
| Hex | EF | DE | F0 | 0 | 8 | 0 | 6 | 129 | 26 | 5B |
| Octal | 357 | 336 | 360 | 0 | 10 | 0 | 6 | 451 | 46 | 133 |
| Binary | 11101111 | 11011110 | 11110000 | 0 | 1000 | 0 | 110 | 100101001 | 100110 | 1011011 |
Color Harmonies of #EFDEF0
Complementary color
Monochromatic Colors of #EFDEF0
Black with #EFDEF0
Text Example
Text Example
White with #EFDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDEF0; }
p { color: rgb(239,222,240); }
H1.HeaderClassName
{
color: #EFDEF0;
}
.AnyTagClassName
{
color: #EFDEF0;
}
</style>
background-color css
<style>
a { background-color: #EFDEF0; }
a { background-color: rgb(239,222,240); }
div.DivClassName
{
background-color: #EFDEF0;
}
.BgClassName
{
background-color: #EFDEF0;
}
</style>
border-color css
<style>
span { border-color: #EFDEF0; }
span { border-color: rgb(239,222,240); }
td.TdClassName
{
border-color: #EFDEF0;
}
.TagClassName
{
border-color: #EFDEF0;
}
</style>