Shades of Solitude #EDF1FD
Tints of Solitude #EDF1FD
RGB
CMYK
RGB Variations
Color information
#EDF1FD (or 0xEDF1FD) is known color: Solitude. HEX triplet: ED, F1 and FD. RGB value is (237,241,253). Sum of RGB (Red+Green+Blue) = 237+241+253=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 241 (94.53% from 255 or 32.97% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1FD is #120E02. Grayscale: #F1F1F1. Windows color (decimal): -1183235 or 16642541. OLE color: 16642541.
HSL color Cylindrical-coordinate representation of color #EDF1FD: hue angle of 225º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF1FD is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 241 | 253 | - |
CMYK | 0.06 | 0.05 | 0 | 0.01 |
HSL | 225º | 0.8% | 0.96% | - |
HSV(B) | 225º | 0.06% | 0.99% | - |
XYZ | 84.11 | 88.01 | 105.48 | - |
YUV | 241.17 | 134.67 | 125.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 241 | 253 | 0.06 | 0.05 | 0 | 0.01 | 225 | 0.8 | 0.96 |
Hex | ED | F1 | FD | 6 | 5 | 0 | 1 | E1 | 50 | 60 |
Octal | 355 | 361 | 375 | 6 | 5 | 0 | 1 | 341 | 120 | 140 |
Binary | 11101101 | 11110001 | 11111101 | 110 | 101 | 0 | 1 | 11100001 | 1010000 | 1100000 |
Color Harmonies of #EDF1FD
Complementary color
Monochromatic Colors of #EDF1FD
Black with #EDF1FD
Text Example
Text Example
White with #EDF1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1FD; }
p { color: rgb(237,241,253); }
H1.HeaderClassName
{
color: #EDF1FD;
}
.AnyTagClassName
{
color: #EDF1FD;
}
</style>
background-color css
<style>
a { background-color: #EDF1FD; }
a { background-color: rgb(237,241,253); }
div.DivClassName
{
background-color: #EDF1FD;
}
.BgClassName
{
background-color: #EDF1FD;
}
</style>
border-color css
<style>
span { border-color: #EDF1FD; }
span { border-color: rgb(237,241,253); }
td.TdClassName
{
border-color: #EDF1FD;
}
.TagClassName
{
border-color: #EDF1FD;
}
</style>