Shades of Echo Blue #ADB2CE
Tints of Echo Blue #ADB2CE
RGB
CMYK
RGB Variations
Color information
#ADB2CE (or 0xADB2CE) is known color: Echo Blue. HEX triplet: AD, B2 and CE. RGB value is (173,178,206). Sum of RGB (Red+Green+Blue) = 173+178+206=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADB2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2CE is #524D31. Grayscale: #B3B3B3. Windows color (decimal): -5393714 or 13546157. OLE color: 13546157.
HSL color Cylindrical-coordinate representation of color #ADB2CE: hue angle of 230.91º 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 #ADB2CE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 178 | 206 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.19 |
| HSL | 230.91º | 0.25% | 0.74% | - |
| HSV(B) | 230.91º | 0.16% | 0.81% | - |
| XYZ | 44.29 | 45.18 | 64.78 | - |
| YUV | 179.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 206 | 0.16 | 0.14 | 0 | 0.19 | 230.91 | 0.25 | 0.74 |
| Hex | AD | B2 | CE | 10 | E | 0 | 13 | E7 | 19 | 4A |
| Octal | 255 | 262 | 316 | 20 | 16 | 0 | 23 | 347 | 31 | 112 |
| Binary | 10101101 | 10110010 | 11001110 | 10000 | 1110 | 0 | 10011 | 11100111 | 11001 | 1001010 |
Color Harmonies of #ADB2CE
Complementary color
Monochromatic Colors of #ADB2CE
Black with #ADB2CE
Text Example
Text Example
White with #ADB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB2CE; }
p { color: rgb(173,178,206); }
H1.HeaderClassName
{
color: #ADB2CE;
}
.AnyTagClassName
{
color: #ADB2CE;
}
</style>
background-color css
<style>
a { background-color: #ADB2CE; }
a { background-color: rgb(173,178,206); }
div.DivClassName
{
background-color: #ADB2CE;
}
.BgClassName
{
background-color: #ADB2CE;
}
</style>
border-color css
<style>
span { border-color: #ADB2CE; }
span { border-color: rgb(173,178,206); }
td.TdClassName
{
border-color: #ADB2CE;
}
.TagClassName
{
border-color: #ADB2CE;
}
</style>