Shades of Solitude #EDEFF1
Tints of Solitude #EDEFF1
RGB
CMYK
RGB Variations
Color information
#EDEFF1 (or 0xEDEFF1) is known color: Solitude. HEX triplet: ED, EF and F1. RGB value is (237,239,241). Sum of RGB (Red+Green+Blue) = 237+239+241=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDEFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF1 is #12100E. Grayscale: #EEEEEE. Windows color (decimal): -1183759 or 15855597. OLE color: 15855597.
HSL color Cylindrical-coordinate representation of color #EDEFF1: hue angle of 210º degrees, saturation: 0.12, 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 #EDEFF1 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 239 | 241 | - |
CMYK | 0.02 | 0.01 | 0 | 0.05 |
HSL | 210º | 0.13% | 0.94% | - |
HSV(B) | 210º | 0.02% | 0.95% | - |
XYZ | 81.67 | 86.09 | 95.53 | - |
YUV | 238.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 239 | 241 | 0.02 | 0.01 | 0 | 0.05 | 210 | 0.13 | 0.94 |
Hex | ED | EF | F1 | 2 | 1 | 0 | 5 | D2 | C | 5E |
Octal | 355 | 357 | 361 | 2 | 1 | 0 | 5 | 322 | 14 | 136 |
Binary | 11101101 | 11101111 | 11110001 | 10 | 1 | 0 | 101 | 11010010 | 1100 | 1011110 |
Color Harmonies of #EDEFF1
Complementary color
Monochromatic Colors of #EDEFF1
Black with #EDEFF1
Text Example
Text Example
White with #EDEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFF1; }
p { color: rgb(237,239,241); }
H1.HeaderClassName
{
color: #EDEFF1;
}
.AnyTagClassName
{
color: #EDEFF1;
}
</style>
background-color css
<style>
a { background-color: #EDEFF1; }
a { background-color: rgb(237,239,241); }
div.DivClassName
{
background-color: #EDEFF1;
}
.BgClassName
{
background-color: #EDEFF1;
}
</style>
border-color css
<style>
span { border-color: #EDEFF1; }
span { border-color: rgb(237,239,241); }
td.TdClassName
{
border-color: #EDEFF1;
}
.TagClassName
{
border-color: #EDEFF1;
}
</style>