Shades of Selago #EEEBEE
Tints of Selago #EEEBEE
RGB
CMYK
RGB Variations
Color information
#EEEBEE (or 0xEEEBEE) is known color: Selago. HEX triplet: EE, EB and EE. RGB value is (238,235,238). Sum of RGB (Red+Green+Blue) = 238+235+238=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEEBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBEE is #111411. Grayscale: #ECECEC. Windows color (decimal): -1119250 or 15657966. OLE color: 15657966.
HSL color Cylindrical-coordinate representation of color #EEEBEE: hue angle of 300º degrees, saturation: 0.08, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEEBEE is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 235 | 238 | - |
CMYK | 0 | 0.01 | 0 | 0.07 |
HSL | 300º | 0.08% | 0.93% | - |
HSV(B) | 300º | 0.01% | 0.93% | - |
XYZ | 80.4 | 83.77 | 92.82 | - |
YUV | 236.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 235 | 238 | 0 | 0.01 | 0 | 0.07 | 300 | 0.08 | 0.93 |
Hex | EE | EB | EE | 0 | 1 | 0 | 7 | 12C | 8 | 5D |
Octal | 356 | 353 | 356 | 0 | 1 | 0 | 7 | 454 | 10 | 135 |
Binary | 11101110 | 11101011 | 11101110 | 0 | 1 | 0 | 111 | 100101100 | 1000 | 1011101 |
Color Harmonies of #EEEBEE
Complementary color
Monochromatic Colors of #EEEBEE
Black with #EEEBEE
Text Example
Text Example
White with #EEEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEBEE; }
p { color: rgb(238,235,238); }
H1.HeaderClassName
{
color: #EEEBEE;
}
.AnyTagClassName
{
color: #EEEBEE;
}
</style>
background-color css
<style>
a { background-color: #EEEBEE; }
a { background-color: rgb(238,235,238); }
div.DivClassName
{
background-color: #EEEBEE;
}
.BgClassName
{
background-color: #EEEBEE;
}
</style>
border-color css
<style>
span { border-color: #EEEBEE; }
span { border-color: rgb(238,235,238); }
td.TdClassName
{
border-color: #EEEBEE;
}
.TagClassName
{
border-color: #EEEBEE;
}
</style>