Shades of Selago #EFEDEF
Tints of Selago #EFEDEF
RGB
CMYK
RGB Variations
Color information
#EFEDEF (or 0xEFEDEF) is known color: Selago. HEX triplet: EF, ED and EF. RGB value is (239,237,239). Sum of RGB (Red+Green+Blue) = 239+237+239=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 239 (93.75% from 255 or 33.43% from 715); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFEDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDEF is #101210. Grayscale: #EDEDED. Windows color (decimal): -1053201 or 15724015. OLE color: 15724015.
HSL color Cylindrical-coordinate representation of color #EFEDEF: hue angle of 300º degrees, saturation: 0.06, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFEDEF is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 237 | 239 | - |
CMYK | 0 | 0.01 | 0 | 0.06 |
HSL | 300º | 0.06% | 0.93% | - |
HSV(B) | 300º | 0.01% | 0.94% | - |
XYZ | 81.46 | 85.15 | 93.8 | - |
YUV | 237.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 237 | 239 | 0 | 0.01 | 0 | 0.06 | 300 | 0.06 | 0.93 |
Hex | EF | ED | EF | 0 | 1 | 0 | 6 | 12C | 6 | 5D |
Octal | 357 | 355 | 357 | 0 | 1 | 0 | 6 | 454 | 6 | 135 |
Binary | 11101111 | 11101101 | 11101111 | 0 | 1 | 0 | 110 | 100101100 | 110 | 1011101 |
Color Harmonies of #EFEDEF
Complementary color
Monochromatic Colors of #EFEDEF
Black with #EFEDEF
Text Example
Text Example
White with #EFEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEDEF; }
p { color: rgb(239,237,239); }
H1.HeaderClassName
{
color: #EFEDEF;
}
.AnyTagClassName
{
color: #EFEDEF;
}
</style>
background-color css
<style>
a { background-color: #EFEDEF; }
a { background-color: rgb(239,237,239); }
div.DivClassName
{
background-color: #EFEDEF;
}
.BgClassName
{
background-color: #EFEDEF;
}
</style>
border-color css
<style>
span { border-color: #EFEDEF; }
span { border-color: rgb(239,237,239); }
td.TdClassName
{
border-color: #EFEDEF;
}
.TagClassName
{
border-color: #EFEDEF;
}
</style>