Shades of Solitude #EDF2FE
Tints of Solitude #EDF2FE
RGB
CMYK
RGB Variations
Color information
#EDF2FE (or 0xEDF2FE) is known color: Solitude. HEX triplet: ED, F2 and FE. RGB value is (237,242,254). Sum of RGB (Red+Green+Blue) = 237+242+254=733 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.33% from 733); Green value is 242 (94.92% from 255 or 33.02% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2FE is #120D01. Grayscale: #F1F1F1. Windows color (decimal): -1182978 or 16708333. OLE color: 16708333.
HSL color Cylindrical-coordinate representation of color #EDF2FE: hue angle of 222.35º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF2FE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 242 | 254 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.00 |
| HSL | 222.35º | 0.89% | 0.96% | - |
| HSV(B) | 222.35º | 0.07% | 1% | - |
| XYZ | 84.57 | 88.66 | 106.42 | - |
| YUV | 241.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 254 | 0.07 | 0.05 | 0 | 0.00 | 222.35 | 0.89 | 0.96 |
| Hex | ED | F2 | FE | 7 | 5 | 0 | 0 | DE | 59 | 60 |
| Octal | 355 | 362 | 376 | 7 | 5 | 0 | 0 | 336 | 131 | 140 |
| Binary | 11101101 | 11110010 | 11111110 | 111 | 101 | 0 | 0 | 11011110 | 1011001 | 1100000 |
Color Harmonies of #EDF2FE
Complementary color
Monochromatic Colors of #EDF2FE
Black with #EDF2FE
Text Example
Text Example
White with #EDF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2FE; }
p { color: rgb(237,242,254); }
H1.HeaderClassName
{
color: #EDF2FE;
}
.AnyTagClassName
{
color: #EDF2FE;
}
</style>
background-color css
<style>
a { background-color: #EDF2FE; }
a { background-color: rgb(237,242,254); }
div.DivClassName
{
background-color: #EDF2FE;
}
.BgClassName
{
background-color: #EDF2FE;
}
</style>
border-color css
<style>
span { border-color: #EDF2FE; }
span { border-color: rgb(237,242,254); }
td.TdClassName
{
border-color: #EDF2FE;
}
.TagClassName
{
border-color: #EDF2FE;
}
</style>