Shades of Solitude #EDF3FF
Tints of Solitude #EDF3FF
RGB
CMYK
RGB Variations
Color information
#EDF3FF (or 0xEDF3FF) is known color: Solitude. HEX triplet: ED, F3 and FF. RGB value is (237,243,255). Sum of RGB (Red+Green+Blue) = 237+243+255=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 243 (95.31% from 255 or 33.06% from 735); Blue value is 255 (100% from 255 or 34.69% from 735); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF3FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3FF is #120C00. Grayscale: #F2F2F2. Windows color (decimal): -1182721 or 16774125. OLE color: 16774125.
HSL color Cylindrical-coordinate representation of color #EDF3FF: hue angle of 220º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF3FF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 243 | 255 | - |
| CMYK | 0.07 | 0.05 | 0 | 0 |
| HSL | 220º | 1% | 0.96% | - |
| HSV(B) | 220º | 0.07% | 1% | - |
| XYZ | 85.03 | 89.33 | 107.37 | - |
| YUV | 242.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 255 | 0.07 | 0.05 | 0 | 0 | 220 | 1 | 0.96 |
| Hex | ED | F3 | FF | 7 | 5 | 0 | 0 | DC | 64 | 60 |
| Octal | 355 | 363 | 377 | 7 | 5 | 0 | 0 | 334 | 144 | 140 |
| Binary | 11101101 | 11110011 | 11111111 | 111 | 101 | 0 | 0 | 11011100 | 1100100 | 1100000 |
Color Harmonies of #EDF3FF
Complementary color
Monochromatic Colors of #EDF3FF
Black with #EDF3FF
Text Example
Text Example
White with #EDF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF3FF; }
p { color: rgb(237,243,255); }
H1.HeaderClassName
{
color: #EDF3FF;
}
.AnyTagClassName
{
color: #EDF3FF;
}
</style>
background-color css
<style>
a { background-color: #EDF3FF; }
a { background-color: rgb(237,243,255); }
div.DivClassName
{
background-color: #EDF3FF;
}
.BgClassName
{
background-color: #EDF3FF;
}
</style>
border-color css
<style>
span { border-color: #EDF3FF; }
span { border-color: rgb(237,243,255); }
td.TdClassName
{
border-color: #EDF3FF;
}
.TagClassName
{
border-color: #EDF3FF;
}
</style>