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