Shades of Echo Blue #ADB0CE
Tints of Echo Blue #ADB0CE
RGB
CMYK
RGB Variations
Color information
#ADB0CE (or 0xADB0CE) is known color: Echo Blue. HEX triplet: AD, B0 and CE. RGB value is (173,176,206). Sum of RGB (Red+Green+Blue) = 173+176+206=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADB0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0CE is #524F31. Grayscale: #B2B2B2. Windows color (decimal): -5394226 or 13545645. OLE color: 13545645.
HSL color Cylindrical-coordinate representation of color #ADB0CE: hue angle of 234.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB0CE is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 176 | 206 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.19 |
| HSL | 234.55º | 0.25% | 0.74% | - |
| HSV(B) | 234.55º | 0.16% | 0.81% | - |
| XYZ | 43.9 | 44.39 | 64.65 | - |
| YUV | 178.52 | 143.51 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 206 | 0.16 | 0.15 | 0 | 0.19 | 234.55 | 0.25 | 0.74 |
| Hex | AD | B0 | CE | 10 | F | 0 | 13 | EB | 19 | 4A |
| Octal | 255 | 260 | 316 | 20 | 17 | 0 | 23 | 353 | 31 | 112 |
| Binary | 10101101 | 10110000 | 11001110 | 10000 | 1111 | 0 | 10011 | 11101011 | 11001 | 1001010 |
Color Harmonies of #ADB0CE
Complementary color
Monochromatic Colors of #ADB0CE
Black with #ADB0CE
Text Example
Text Example
White with #ADB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB0CE; }
p { color: rgb(173,176,206); }
H1.HeaderClassName
{
color: #ADB0CE;
}
.AnyTagClassName
{
color: #ADB0CE;
}
</style>
background-color css
<style>
a { background-color: #ADB0CE; }
a { background-color: rgb(173,176,206); }
div.DivClassName
{
background-color: #ADB0CE;
}
.BgClassName
{
background-color: #ADB0CE;
}
</style>
border-color css
<style>
span { border-color: #ADB0CE; }
span { border-color: rgb(173,176,206); }
td.TdClassName
{
border-color: #ADB0CE;
}
.TagClassName
{
border-color: #ADB0CE;
}
</style>