Shades of Solitude #EDEEF2
Tints of Solitude #EDEEF2
RGB
CMYK
RGB Variations
Color information
#EDEEF2 (or 0xEDEEF2) is known color: Solitude. HEX triplet: ED, EE and F2. RGB value is (237,238,242). Sum of RGB (Red+Green+Blue) = 237+238+242=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF2 is #12110D. Grayscale: #EEEEEE. Windows color (decimal): -1184014 or 15920877. OLE color: 15920877.
HSL color Cylindrical-coordinate representation of color #EDEEF2: hue angle of 228º degrees, saturation: 0.16, 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 #EDEEF2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 238 | 242 | - |
CMYK | 0.02 | 0.02 | 0 | 0.05 |
HSL | 228º | 0.16% | 0.94% | - |
HSV(B) | 228º | 0.02% | 0.95% | - |
XYZ | 81.53 | 85.56 | 96.22 | - |
YUV | 238.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 242 | 0.02 | 0.02 | 0 | 0.05 | 228 | 0.16 | 0.94 |
Hex | ED | EE | F2 | 2 | 2 | 0 | 5 | E4 | 10 | 5E |
Octal | 355 | 356 | 362 | 2 | 2 | 0 | 5 | 344 | 20 | 136 |
Binary | 11101101 | 11101110 | 11110010 | 10 | 10 | 0 | 101 | 11100100 | 10000 | 1011110 |
Color Harmonies of #EDEEF2
Complementary color
Monochromatic Colors of #EDEEF2
Black with #EDEEF2
Text Example
Text Example
White with #EDEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEF2; }
p { color: rgb(237,238,242); }
H1.HeaderClassName
{
color: #EDEEF2;
}
.AnyTagClassName
{
color: #EDEEF2;
}
</style>
background-color css
<style>
a { background-color: #EDEEF2; }
a { background-color: rgb(237,238,242); }
div.DivClassName
{
background-color: #EDEEF2;
}
.BgClassName
{
background-color: #EDEEF2;
}
</style>
border-color css
<style>
span { border-color: #EDEEF2; }
span { border-color: rgb(237,238,242); }
td.TdClassName
{
border-color: #EDEEF2;
}
.TagClassName
{
border-color: #EDEEF2;
}
</style>