Shades of Solitude #EDEEF3
Tints of Solitude #EDEEF3
RGB
CMYK
RGB Variations
Color information
#EDEEF3 (or 0xEDEEF3) is known color: Solitude. HEX triplet: ED, EE and F3. RGB value is (237,238,243). Sum of RGB (Red+Green+Blue) = 237+238+243=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 243 (95.31% from 255 or 33.84% from 718); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDEEF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF3 is #12110C. Grayscale: #EEEEEE. Windows color (decimal): -1184013 or 15986413. OLE color: 15986413.
HSL color Cylindrical-coordinate representation of color #EDEEF3: hue angle of 230º degrees, saturation: 0.2, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDEEF3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 238 | 243 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.05 |
| HSL | 230º | 0.2% | 0.94% | - |
| HSV(B) | 230º | 0.02% | 0.95% | - |
| XYZ | 81.68 | 85.62 | 97.02 | - |
| YUV | 238.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 243 | 0.02 | 0.02 | 0 | 0.05 | 230 | 0.2 | 0.94 |
| Hex | ED | EE | F3 | 2 | 2 | 0 | 5 | E6 | 14 | 5E |
| Octal | 355 | 356 | 363 | 2 | 2 | 0 | 5 | 346 | 24 | 136 |
| Binary | 11101101 | 11101110 | 11110011 | 10 | 10 | 0 | 101 | 11100110 | 10100 | 1011110 |
Color Harmonies of #EDEEF3
Complementary color
Monochromatic Colors of #EDEEF3
Black with #EDEEF3
Text Example
Text Example
White with #EDEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEF3; }
p { color: rgb(237,238,243); }
H1.HeaderClassName
{
color: #EDEEF3;
}
.AnyTagClassName
{
color: #EDEEF3;
}
</style>
background-color css
<style>
a { background-color: #EDEEF3; }
a { background-color: rgb(237,238,243); }
div.DivClassName
{
background-color: #EDEEF3;
}
.BgClassName
{
background-color: #EDEEF3;
}
</style>
border-color css
<style>
span { border-color: #EDEEF3; }
span { border-color: rgb(237,238,243); }
td.TdClassName
{
border-color: #EDEEF3;
}
.TagClassName
{
border-color: #EDEEF3;
}
</style>