Shades of Solitude #E6EDFE
Tints of Solitude #E6EDFE
RGB
CMYK
RGB Variations
Color information
#E6EDFE (or 0xE6EDFE) is known color: Solitude. HEX triplet: E6, ED and FE. RGB value is (230,237,254). Sum of RGB (Red+Green+Blue) = 230+237+254=721 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.90% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDFE is #191201. Grayscale: #ECECEC. Windows color (decimal): -1643010 or 16707046. OLE color: 16707046.
HSL color Cylindrical-coordinate representation of color #E6EDFE: hue angle of 222.5º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6EDFE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 237 | 254 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.00 |
| HSL | 222.5º | 0.92% | 0.95% | - |
| HSV(B) | 222.5º | 0.09% | 1% | - |
| XYZ | 80.81 | 84.55 | 105.83 | - |
| YUV | 236.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 237 | 254 | 0.09 | 0.07 | 0 | 0.00 | 222.5 | 0.92 | 0.95 |
| Hex | E6 | ED | FE | 9 | 7 | 0 | 0 | DE | 5C | 5F |
| Octal | 346 | 355 | 376 | 11 | 7 | 0 | 0 | 336 | 134 | 137 |
| Binary | 11100110 | 11101101 | 11111110 | 1001 | 111 | 0 | 0 | 11011110 | 1011100 | 1011111 |
Color Harmonies of #E6EDFE
Complementary color
Monochromatic Colors of #E6EDFE
Black with #E6EDFE
Text Example
Text Example
White with #E6EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EDFE; }
p { color: rgb(230,237,254); }
H1.HeaderClassName
{
color: #E6EDFE;
}
.AnyTagClassName
{
color: #E6EDFE;
}
</style>
background-color css
<style>
a { background-color: #E6EDFE; }
a { background-color: rgb(230,237,254); }
div.DivClassName
{
background-color: #E6EDFE;
}
.BgClassName
{
background-color: #E6EDFE;
}
</style>
border-color css
<style>
span { border-color: #E6EDFE; }
span { border-color: rgb(230,237,254); }
td.TdClassName
{
border-color: #E6EDFE;
}
.TagClassName
{
border-color: #E6EDFE;
}
</style>