Shades of Solitude #EBEEFA
Tints of Solitude #EBEEFA
RGB
CMYK
RGB Variations
Color information
#EBEEFA (or 0xEBEEFA) is known color: Solitude. HEX triplet: EB, EE and FA. RGB value is (235,238,250). Sum of RGB (Red+Green+Blue) = 235+238+250=723 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.50% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEFA is #141105. Grayscale: #EEEEEE. Windows color (decimal): -1315078 or 16445163. OLE color: 16445163.
HSL color Cylindrical-coordinate representation of color #EBEEFA: hue angle of 228º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBEEFA is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 238 | 250 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.02 |
| HSL | 228º | 0.6% | 0.95% | - |
| HSV(B) | 228º | 0.06% | 0.98% | - |
| XYZ | 82.09 | 85.71 | 102.66 | - |
| YUV | 238.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 250 | 0.06 | 0.05 | 0 | 0.02 | 228 | 0.6 | 0.95 |
| Hex | EB | EE | FA | 6 | 5 | 0 | 2 | E4 | 3C | 5F |
| Octal | 353 | 356 | 372 | 6 | 5 | 0 | 2 | 344 | 74 | 137 |
| Binary | 11101011 | 11101110 | 11111010 | 110 | 101 | 0 | 10 | 11100100 | 111100 | 1011111 |
Color Harmonies of #EBEEFA
Complementary color
Monochromatic Colors of #EBEEFA
Black with #EBEEFA
Text Example
Text Example
White with #EBEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEFA; }
p { color: rgb(235,238,250); }
H1.HeaderClassName
{
color: #EBEEFA;
}
.AnyTagClassName
{
color: #EBEEFA;
}
</style>
background-color css
<style>
a { background-color: #EBEEFA; }
a { background-color: rgb(235,238,250); }
div.DivClassName
{
background-color: #EBEEFA;
}
.BgClassName
{
background-color: #EBEEFA;
}
</style>
border-color css
<style>
span { border-color: #EBEEFA; }
span { border-color: rgb(235,238,250); }
td.TdClassName
{
border-color: #EBEEFA;
}
.TagClassName
{
border-color: #EBEEFA;
}
</style>