Shades of Selago #EFEBEE
Tints of Selago #EFEBEE
RGB
CMYK
RGB Variations
Color information
#EFEBEE (or 0xEFEBEE) is known color: Selago. HEX triplet: EF, EB and EE. RGB value is (239,235,238). Sum of RGB (Red+Green+Blue) = 239+235+238=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 235 (92.19% from 255 or 33.01% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBEE is #101411. Grayscale: #ECECEC. Windows color (decimal): -1053714 or 15657967. OLE color: 15657967.
HSL color Cylindrical-coordinate representation of color #EFEBEE: hue angle of 315º 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 #EFEBEE is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 235 | 238 | - |
CMYK | 0 | 0.02 | 0.00 | 0.06 |
HSL | 315º | 0.11% | 0.93% | - |
HSV(B) | 315º | 0.02% | 0.94% | - |
XYZ | 80.74 | 83.94 | 92.84 | - |
YUV | 236.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 235 | 238 | 0 | 0.02 | 0.00 | 0.06 | 315 | 0.11 | 0.93 |
Hex | EF | EB | EE | 0 | 2 | 0 | 6 | 13B | B | 5D |
Octal | 357 | 353 | 356 | 0 | 2 | 0 | 6 | 473 | 13 | 135 |
Binary | 11101111 | 11101011 | 11101110 | 0 | 10 | 0 | 110 | 100111011 | 1011 | 1011101 |
Color Harmonies of #EFEBEE
Complementary color
Monochromatic Colors of #EFEBEE
Black with #EFEBEE
Text Example
Text Example
White with #EFEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBEE; }
p { color: rgb(239,235,238); }
H1.HeaderClassName
{
color: #EFEBEE;
}
.AnyTagClassName
{
color: #EFEBEE;
}
</style>
background-color css
<style>
a { background-color: #EFEBEE; }
a { background-color: rgb(239,235,238); }
div.DivClassName
{
background-color: #EFEBEE;
}
.BgClassName
{
background-color: #EFEBEE;
}
</style>
border-color css
<style>
span { border-color: #EFEBEE; }
span { border-color: rgb(239,235,238); }
td.TdClassName
{
border-color: #EFEBEE;
}
.TagClassName
{
border-color: #EFEBEE;
}
</style>