Shades of Solitude #E6EDF3
Tints of Solitude #E6EDF3
RGB
CMYK
RGB Variations
Color information
#E6EDF3 (or 0xE6EDF3) is known color: Solitude. HEX triplet: E6, ED and F3. RGB value is (230,237,243). Sum of RGB (Red+Green+Blue) = 230+237+243=710 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.39% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6EDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDF3 is #19120C. Grayscale: #EBEBEB. Windows color (decimal): -1643021 or 15986150. OLE color: 15986150.
HSL color Cylindrical-coordinate representation of color #E6EDF3: hue angle of 207.69º degrees, saturation: 0.35, 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 #E6EDF3 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 237 | 243 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.05 |
| HSL | 207.69º | 0.35% | 0.93% | - |
| HSV(B) | 207.69º | 0.05% | 0.95% | - |
| XYZ | 79.09 | 83.86 | 96.81 | - |
| YUV | 235.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 243 | 0.05 | 0.02 | 0 | 0.05 | 207.69 | 0.35 | 0.93 |
| Hex | E6 | ED | F3 | 5 | 2 | 0 | 5 | D0 | 23 | 5D |
| Octal | 346 | 355 | 363 | 5 | 2 | 0 | 5 | 320 | 43 | 135 |
| Binary | 11100110 | 11101101 | 11110011 | 101 | 10 | 0 | 101 | 11010000 | 100011 | 1011101 |
Color Harmonies of #E6EDF3
Complementary color
Monochromatic Colors of #E6EDF3
Black with #E6EDF3
Text Example
Text Example
White with #E6EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDF3; }
p { color: rgb(230,237,243); }
H1.HeaderClassName
{
color: #E6EDF3;
}
.AnyTagClassName
{
color: #E6EDF3;
}
</style>
background-color css
<style>
a { background-color: #E6EDF3; }
a { background-color: rgb(230,237,243); }
div.DivClassName
{
background-color: #E6EDF3;
}
.BgClassName
{
background-color: #E6EDF3;
}
</style>
border-color css
<style>
span { border-color: #E6EDF3; }
span { border-color: rgb(230,237,243); }
td.TdClassName
{
border-color: #E6EDF3;
}
.TagClassName
{
border-color: #E6EDF3;
}
</style>