Shades of Solitude #EDEFF2
Tints of Solitude #EDEFF2
RGB
CMYK
RGB Variations
Color information
#EDEFF2 (or 0xEDEFF2) is known color: Solitude. HEX triplet: ED, EF and F2. RGB value is (237,239,242). Sum of RGB (Red+Green+Blue) = 237+239+242=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 242 (94.92% from 255 or 33.70% from 718); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF2 is #12100D. Grayscale: #EEEEEE. Windows color (decimal): -1183758 or 15921133. OLE color: 15921133.
HSL color Cylindrical-coordinate representation of color #EDEFF2: hue angle of 216º 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 #EDEFF2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 239 | 242 | - |
CMYK | 0.02 | 0.01 | 0 | 0.05 |
HSL | 216º | 0.16% | 0.94% | - |
HSV(B) | 216º | 0.02% | 0.95% | - |
XYZ | 81.82 | 86.15 | 96.32 | - |
YUV | 238.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 239 | 242 | 0.02 | 0.01 | 0 | 0.05 | 216 | 0.16 | 0.94 |
Hex | ED | EF | F2 | 2 | 1 | 0 | 5 | D8 | 10 | 5E |
Octal | 355 | 357 | 362 | 2 | 1 | 0 | 5 | 330 | 20 | 136 |
Binary | 11101101 | 11101111 | 11110010 | 10 | 1 | 0 | 101 | 11011000 | 10000 | 1011110 |
Color Harmonies of #EDEFF2
Complementary color
Monochromatic Colors of #EDEFF2
Black with #EDEFF2
Text Example
Text Example
White with #EDEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFF2; }
p { color: rgb(237,239,242); }
H1.HeaderClassName
{
color: #EDEFF2;
}
.AnyTagClassName
{
color: #EDEFF2;
}
</style>
background-color css
<style>
a { background-color: #EDEFF2; }
a { background-color: rgb(237,239,242); }
div.DivClassName
{
background-color: #EDEFF2;
}
.BgClassName
{
background-color: #EDEFF2;
}
</style>
border-color css
<style>
span { border-color: #EDEFF2; }
span { border-color: rgb(237,239,242); }
td.TdClassName
{
border-color: #EDEFF2;
}
.TagClassName
{
border-color: #EDEFF2;
}
</style>