Shades of Solitude #EBF1FE
Tints of Solitude #EBF1FE
RGB
CMYK
RGB Variations
Color information
#EBF1FE (or 0xEBF1FE) is known color: Solitude. HEX triplet: EB, F1 and FE. RGB value is (235,241,254). Sum of RGB (Red+Green+Blue) = 235+241+254=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 241 (94.53% from 255 or 33.01% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1FE is #140E01. Grayscale: #F0F0F0. Windows color (decimal): -1314306 or 16708075. OLE color: 16708075.
HSL color Cylindrical-coordinate representation of color #EBF1FE: hue angle of 221.05º 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 #EBF1FE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 241 | 254 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.00 |
| HSL | 221.05º | 0.9% | 0.96% | - |
| HSV(B) | 221.05º | 0.07% | 1% | - |
| XYZ | 83.61 | 87.73 | 106.29 | - |
| YUV | 240.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 254 | 0.07 | 0.05 | 0 | 0.00 | 221.05 | 0.9 | 0.96 |
| Hex | EB | F1 | FE | 7 | 5 | 0 | 0 | DD | 5A | 60 |
| Octal | 353 | 361 | 376 | 7 | 5 | 0 | 0 | 335 | 132 | 140 |
| Binary | 11101011 | 11110001 | 11111110 | 111 | 101 | 0 | 0 | 11011101 | 1011010 | 1100000 |
Color Harmonies of #EBF1FE
Complementary color
Monochromatic Colors of #EBF1FE
Black with #EBF1FE
Text Example
Text Example
White with #EBF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1FE; }
p { color: rgb(235,241,254); }
H1.HeaderClassName
{
color: #EBF1FE;
}
.AnyTagClassName
{
color: #EBF1FE;
}
</style>
background-color css
<style>
a { background-color: #EBF1FE; }
a { background-color: rgb(235,241,254); }
div.DivClassName
{
background-color: #EBF1FE;
}
.BgClassName
{
background-color: #EBF1FE;
}
</style>
border-color css
<style>
span { border-color: #EBF1FE; }
span { border-color: rgb(235,241,254); }
td.TdClassName
{
border-color: #EBF1FE;
}
.TagClassName
{
border-color: #EBF1FE;
}
</style>