Shades of Echo Blue #ADB3CE
Tints of Echo Blue #ADB3CE
RGB
CMYK
RGB Variations
Color information
#ADB3CE (or 0xADB3CE) is known color: Echo Blue. HEX triplet: AD, B3 and CE. RGB value is (173,179,206). Sum of RGB (Red+Green+Blue) = 173+179+206=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADB3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB3CE is #524C31. Grayscale: #B4B4B4. Windows color (decimal): -5393458 or 13546413. OLE color: 13546413.
HSL color Cylindrical-coordinate representation of color #ADB3CE: hue angle of 229.09º 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 #ADB3CE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 179 | 206 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.19 |
| HSL | 229.09º | 0.25% | 0.74% | - |
| HSV(B) | 229.09º | 0.16% | 0.81% | - |
| XYZ | 44.49 | 45.58 | 64.85 | - |
| YUV | 180.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 206 | 0.16 | 0.13 | 0 | 0.19 | 229.09 | 0.25 | 0.74 |
| Hex | AD | B3 | CE | 10 | D | 0 | 13 | E5 | 19 | 4A |
| Octal | 255 | 263 | 316 | 20 | 15 | 0 | 23 | 345 | 31 | 112 |
| Binary | 10101101 | 10110011 | 11001110 | 10000 | 1101 | 0 | 10011 | 11100101 | 11001 | 1001010 |
Color Harmonies of #ADB3CE
Complementary color
Monochromatic Colors of #ADB3CE
Black with #ADB3CE
Text Example
Text Example
White with #ADB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB3CE; }
p { color: rgb(173,179,206); }
H1.HeaderClassName
{
color: #ADB3CE;
}
.AnyTagClassName
{
color: #ADB3CE;
}
</style>
background-color css
<style>
a { background-color: #ADB3CE; }
a { background-color: rgb(173,179,206); }
div.DivClassName
{
background-color: #ADB3CE;
}
.BgClassName
{
background-color: #ADB3CE;
}
</style>
border-color css
<style>
span { border-color: #ADB3CE; }
span { border-color: rgb(173,179,206); }
td.TdClassName
{
border-color: #ADB3CE;
}
.TagClassName
{
border-color: #ADB3CE;
}
</style>