Shades of Selago #EFEBEF
Tints of Selago #EFEBEF
RGB
CMYK
RGB Variations
Color information
#EFEBEF (or 0xEFEBEF) is known color: Selago. HEX triplet: EF, EB and EF. RGB value is (239,235,239). Sum of RGB (Red+Green+Blue) = 239+235+239=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 239 (93.75% from 255 or 33.52% from 713); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFEBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBEF is #101410. Grayscale: #ECECEC. Windows color (decimal): -1053713 or 15723503. OLE color: 15723503.
HSL color Cylindrical-coordinate representation of color #EFEBEF: hue angle of 300º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEBEF is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 235 | 239 | - |
CMYK | 0 | 0.02 | 0 | 0.06 |
HSL | 300º | 0.11% | 0.93% | - |
HSV(B) | 300º | 0.02% | 0.94% | - |
XYZ | 80.88 | 84 | 93.61 | - |
YUV | 236.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 235 | 239 | 0 | 0.02 | 0 | 0.06 | 300 | 0.11 | 0.93 |
Hex | EF | EB | EF | 0 | 2 | 0 | 6 | 12C | B | 5D |
Octal | 357 | 353 | 357 | 0 | 2 | 0 | 6 | 454 | 13 | 135 |
Binary | 11101111 | 11101011 | 11101111 | 0 | 10 | 0 | 110 | 100101100 | 1011 | 1011101 |
Color Harmonies of #EFEBEF
Complementary color
Monochromatic Colors of #EFEBEF
Black with #EFEBEF
Text Example
Text Example
White with #EFEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBEF; }
p { color: rgb(239,235,239); }
H1.HeaderClassName
{
color: #EFEBEF;
}
.AnyTagClassName
{
color: #EFEBEF;
}
</style>
background-color css
<style>
a { background-color: #EFEBEF; }
a { background-color: rgb(239,235,239); }
div.DivClassName
{
background-color: #EFEBEF;
}
.BgClassName
{
background-color: #EFEBEF;
}
</style>
border-color css
<style>
span { border-color: #EFEBEF; }
span { border-color: rgb(239,235,239); }
td.TdClassName
{
border-color: #EFEBEF;
}
.TagClassName
{
border-color: #EFEBEF;
}
</style>