Shades of Heather #ADC6CD
Tints of Heather #ADC6CD
RGB
CMYK
RGB Variations
Color information
#ADC6CD (or 0xADC6CD) is known color: Heather. HEX triplet: AD, C6 and CD. RGB value is (173,198,205). Sum of RGB (Red+Green+Blue) = 173+198+205=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6CD is #523932. Grayscale: #BFBFBF. Windows color (decimal): -5388595 or 13485741. OLE color: 13485741.
HSL color Cylindrical-coordinate representation of color #ADC6CD: hue angle of 193.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC6CD is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 198 | 205 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.20 |
| HSL | 193.13º | 0.24% | 0.74% | - |
| HSV(B) | 193.13º | 0.16% | 0.8% | - |
| XYZ | 48.45 | 53.68 | 65.57 | - |
| YUV | 191.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 205 | 0.16 | 0.03 | 0 | 0.20 | 193.13 | 0.24 | 0.74 |
| Hex | AD | C6 | CD | 10 | 3 | 0 | 14 | C1 | 18 | 4A |
| Octal | 255 | 306 | 315 | 20 | 3 | 0 | 24 | 301 | 30 | 112 |
| Binary | 10101101 | 11000110 | 11001101 | 10000 | 11 | 0 | 10100 | 11000001 | 11000 | 1001010 |
Color Harmonies of #ADC6CD
Complementary color
Monochromatic Colors of #ADC6CD
Black with #ADC6CD
Text Example
Text Example
White with #ADC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6CD; }
p { color: rgb(173,198,205); }
H1.HeaderClassName
{
color: #ADC6CD;
}
.AnyTagClassName
{
color: #ADC6CD;
}
</style>
background-color css
<style>
a { background-color: #ADC6CD; }
a { background-color: rgb(173,198,205); }
div.DivClassName
{
background-color: #ADC6CD;
}
.BgClassName
{
background-color: #ADC6CD;
}
</style>
border-color css
<style>
span { border-color: #ADC6CD; }
span { border-color: rgb(173,198,205); }
td.TdClassName
{
border-color: #ADC6CD;
}
.TagClassName
{
border-color: #ADC6CD;
}
</style>