Shades of Solitude #EDEEEF
Tints of Solitude #EDEEEF
RGB
CMYK
RGB Variations
Color information
#EDEEEF (or 0xEDEEEF) is known color: Solitude. HEX triplet: ED, EE and EF. RGB value is (237,238,239). Sum of RGB (Red+Green+Blue) = 237+238+239=714 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.19% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDEEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEEF is #121110. Grayscale: #EDEDED. Windows color (decimal): -1184017 or 15724269. OLE color: 15724269.
HSL color Cylindrical-coordinate representation of color #EDEEEF: hue angle of 210º degrees, saturation: 0.06, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEEEF is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 238 | 239 | - |
CMYK | 0.01 | 0.00 | 0 | 0.06 |
HSL | 210º | 0.06% | 0.93% | - |
HSV(B) | 210º | 0.01% | 0.94% | - |
XYZ | 81.08 | 85.39 | 93.87 | - |
YUV | 237.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 238 | 239 | 0.01 | 0.00 | 0 | 0.06 | 210 | 0.06 | 0.93 |
Hex | ED | EE | EF | 1 | 0 | 0 | 6 | D2 | 6 | 5D |
Octal | 355 | 356 | 357 | 1 | 0 | 0 | 6 | 322 | 6 | 135 |
Binary | 11101101 | 11101110 | 11101111 | 1 | 0 | 0 | 110 | 11010010 | 110 | 1011101 |
Color Harmonies of #EDEEEF
Complementary color
Monochromatic Colors of #EDEEEF
Black with #EDEEEF
Text Example
Text Example
White with #EDEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEEEF; }
p { color: rgb(237,238,239); }
H1.HeaderClassName
{
color: #EDEEEF;
}
.AnyTagClassName
{
color: #EDEEEF;
}
</style>
background-color css
<style>
a { background-color: #EDEEEF; }
a { background-color: rgb(237,238,239); }
div.DivClassName
{
background-color: #EDEEEF;
}
.BgClassName
{
background-color: #EDEEEF;
}
</style>
border-color css
<style>
span { border-color: #EDEEEF; }
span { border-color: rgb(237,238,239); }
td.TdClassName
{
border-color: #EDEEEF;
}
.TagClassName
{
border-color: #EDEEEF;
}
</style>