Shades of Solitude #E6EBF2
Tints of Solitude #E6EBF2
RGB
CMYK
RGB Variations
Color information
#E6EBF2 (or 0xE6EBF2) is known color: Solitude. HEX triplet: E6, EB and F2. RGB value is (230,235,242). Sum of RGB (Red+Green+Blue) = 230+235+242=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6EBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EBF2 is #19140D. Grayscale: #EAEAEA. Windows color (decimal): -1643534 or 15920102. OLE color: 15920102.
HSL color Cylindrical-coordinate representation of color #E6EBF2: hue angle of 215º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6EBF2 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 235 | 242 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.05 |
| HSL | 215º | 0.32% | 0.93% | - |
| HSV(B) | 215º | 0.05% | 0.95% | - |
| XYZ | 78.37 | 82.65 | 95.83 | - |
| YUV | 234.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 242 | 0.05 | 0.03 | 0 | 0.05 | 215 | 0.32 | 0.93 |
| Hex | E6 | EB | F2 | 5 | 3 | 0 | 5 | D7 | 20 | 5D |
| Octal | 346 | 353 | 362 | 5 | 3 | 0 | 5 | 327 | 40 | 135 |
| Binary | 11100110 | 11101011 | 11110010 | 101 | 11 | 0 | 101 | 11010111 | 100000 | 1011101 |
Color Harmonies of #E6EBF2
Complementary color
Monochromatic Colors of #E6EBF2
Black with #E6EBF2
Text Example
Text Example
White with #E6EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBF2; }
p { color: rgb(230,235,242); }
H1.HeaderClassName
{
color: #E6EBF2;
}
.AnyTagClassName
{
color: #E6EBF2;
}
</style>
background-color css
<style>
a { background-color: #E6EBF2; }
a { background-color: rgb(230,235,242); }
div.DivClassName
{
background-color: #E6EBF2;
}
.BgClassName
{
background-color: #E6EBF2;
}
</style>
border-color css
<style>
span { border-color: #E6EBF2; }
span { border-color: rgb(230,235,242); }
td.TdClassName
{
border-color: #E6EBF2;
}
.TagClassName
{
border-color: #E6EBF2;
}
</style>