Shades of Heather #ADC5D0
Tints of Heather #ADC5D0
RGB
CMYK
RGB Variations
Color information
#ADC5D0 (or 0xADC5D0) is known color: Heather. HEX triplet: AD, C5 and D0. RGB value is (173,197,208). Sum of RGB (Red+Green+Blue) = 173+197+208=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5D0 is #523A2F. Grayscale: #BFBFBF. Windows color (decimal): -5388848 or 13682093. OLE color: 13682093.
HSL color Cylindrical-coordinate representation of color #ADC5D0: hue angle of 198.86º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC5D0 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 197 | 208 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.18 |
| HSL | 198.86º | 0.27% | 0.75% | - |
| HSV(B) | 198.86º | 0.17% | 0.82% | - |
| XYZ | 48.59 | 53.37 | 67.42 | - |
| YUV | 191.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 208 | 0.17 | 0.05 | 0 | 0.18 | 198.86 | 0.27 | 0.75 |
| Hex | AD | C5 | D0 | 11 | 5 | 0 | 12 | C7 | 1B | 4B |
| Octal | 255 | 305 | 320 | 21 | 5 | 0 | 22 | 307 | 33 | 113 |
| Binary | 10101101 | 11000101 | 11010000 | 10001 | 101 | 0 | 10010 | 11000111 | 11011 | 1001011 |
Color Harmonies of #ADC5D0
Complementary color
Monochromatic Colors of #ADC5D0
Black with #ADC5D0
Text Example
Text Example
White with #ADC5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5D0; }
p { color: rgb(173,197,208); }
H1.HeaderClassName
{
color: #ADC5D0;
}
.AnyTagClassName
{
color: #ADC5D0;
}
</style>
background-color css
<style>
a { background-color: #ADC5D0; }
a { background-color: rgb(173,197,208); }
div.DivClassName
{
background-color: #ADC5D0;
}
.BgClassName
{
background-color: #ADC5D0;
}
</style>
border-color css
<style>
span { border-color: #ADC5D0; }
span { border-color: rgb(173,197,208); }
td.TdClassName
{
border-color: #ADC5D0;
}
.TagClassName
{
border-color: #ADC5D0;
}
</style>