Shades of Solitude #EBF2FE
Tints of Solitude #EBF2FE
RGB
CMYK
RGB Variations
Color information
#EBF2FE (or 0xEBF2FE) is known color: Solitude. HEX triplet: EB, F2 and FE. RGB value is (235,242,254). Sum of RGB (Red+Green+Blue) = 235+242+254=731 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.15% from 731); Green value is 242 (94.92% from 255 or 33.11% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2FE is #140D01. Grayscale: #F1F1F1. Windows color (decimal): -1314050 or 16708331. OLE color: 16708331.
HSL color Cylindrical-coordinate representation of color #EBF2FE: hue angle of 217.89º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF2FE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 242 | 254 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.00 |
| HSL | 217.89º | 0.9% | 0.96% | - |
| HSV(B) | 217.89º | 0.07% | 1% | - |
| XYZ | 83.9 | 88.32 | 106.39 | - |
| YUV | 241.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 254 | 0.07 | 0.05 | 0 | 0.00 | 217.89 | 0.9 | 0.96 |
| Hex | EB | F2 | FE | 7 | 5 | 0 | 0 | DA | 5A | 60 |
| Octal | 353 | 362 | 376 | 7 | 5 | 0 | 0 | 332 | 132 | 140 |
| Binary | 11101011 | 11110010 | 11111110 | 111 | 101 | 0 | 0 | 11011010 | 1011010 | 1100000 |
Color Harmonies of #EBF2FE
Complementary color
Monochromatic Colors of #EBF2FE
Black with #EBF2FE
Text Example
Text Example
White with #EBF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2FE; }
p { color: rgb(235,242,254); }
H1.HeaderClassName
{
color: #EBF2FE;
}
.AnyTagClassName
{
color: #EBF2FE;
}
</style>
background-color css
<style>
a { background-color: #EBF2FE; }
a { background-color: rgb(235,242,254); }
div.DivClassName
{
background-color: #EBF2FE;
}
.BgClassName
{
background-color: #EBF2FE;
}
</style>
border-color css
<style>
span { border-color: #EBF2FE; }
span { border-color: rgb(235,242,254); }
td.TdClassName
{
border-color: #EBF2FE;
}
.TagClassName
{
border-color: #EBF2FE;
}
</style>