Shades of Echo Blue #ADB4CE
Tints of Echo Blue #ADB4CE
RGB
CMYK
RGB Variations
Color information
#ADB4CE (or 0xADB4CE) is known color: Echo Blue. HEX triplet: AD, B4 and CE. RGB value is (173,180,206). Sum of RGB (Red+Green+Blue) = 173+180+206=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADB4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4CE is #524B31. Grayscale: #B4B4B4. Windows color (decimal): -5393202 or 13546669. OLE color: 13546669.
HSL color Cylindrical-coordinate representation of color #ADB4CE: hue angle of 227.27º 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 #ADB4CE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 180 | 206 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.19 |
| HSL | 227.27º | 0.25% | 0.74% | - |
| HSV(B) | 227.27º | 0.16% | 0.81% | - |
| XYZ | 44.7 | 45.98 | 64.91 | - |
| YUV | 180.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 206 | 0.16 | 0.13 | 0 | 0.19 | 227.27 | 0.25 | 0.74 |
| Hex | AD | B4 | CE | 10 | D | 0 | 13 | E3 | 19 | 4A |
| Octal | 255 | 264 | 316 | 20 | 15 | 0 | 23 | 343 | 31 | 112 |
| Binary | 10101101 | 10110100 | 11001110 | 10000 | 1101 | 0 | 10011 | 11100011 | 11001 | 1001010 |
Color Harmonies of #ADB4CE
Complementary color
Monochromatic Colors of #ADB4CE
Black with #ADB4CE
Text Example
Text Example
White with #ADB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4CE; }
p { color: rgb(173,180,206); }
H1.HeaderClassName
{
color: #ADB4CE;
}
.AnyTagClassName
{
color: #ADB4CE;
}
</style>
background-color css
<style>
a { background-color: #ADB4CE; }
a { background-color: rgb(173,180,206); }
div.DivClassName
{
background-color: #ADB4CE;
}
.BgClassName
{
background-color: #ADB4CE;
}
</style>
border-color css
<style>
span { border-color: #ADB4CE; }
span { border-color: rgb(173,180,206); }
td.TdClassName
{
border-color: #ADB4CE;
}
.TagClassName
{
border-color: #ADB4CE;
}
</style>