Shades of Heather #ADC0CD
Tints of Heather #ADC0CD
RGB
CMYK
RGB Variations
Color information
#ADC0CD (or 0xADC0CD) is known color: Heather. HEX triplet: AD, C0 and CD. RGB value is (173,192,205). Sum of RGB (Red+Green+Blue) = 173+192+205=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0CD is #523F32. Grayscale: #BBBBBB. Windows color (decimal): -5390131 or 13484205. OLE color: 13484205.
HSL color Cylindrical-coordinate representation of color #ADC0CD: hue angle of 204.38º 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 #ADC0CD is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 192 | 205 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.20 |
| HSL | 204.38º | 0.24% | 0.74% | - |
| HSV(B) | 204.38º | 0.16% | 0.8% | - |
| XYZ | 47.1 | 50.99 | 65.12 | - |
| YUV | 187.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 205 | 0.16 | 0.06 | 0 | 0.20 | 204.38 | 0.24 | 0.74 |
| Hex | AD | C0 | CD | 10 | 6 | 0 | 14 | CC | 18 | 4A |
| Octal | 255 | 300 | 315 | 20 | 6 | 0 | 24 | 314 | 30 | 112 |
| Binary | 10101101 | 11000000 | 11001101 | 10000 | 110 | 0 | 10100 | 11001100 | 11000 | 1001010 |
Color Harmonies of #ADC0CD
Complementary color
Monochromatic Colors of #ADC0CD
Black with #ADC0CD
Text Example
Text Example
White with #ADC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0CD; }
p { color: rgb(173,192,205); }
H1.HeaderClassName
{
color: #ADC0CD;
}
.AnyTagClassName
{
color: #ADC0CD;
}
</style>
background-color css
<style>
a { background-color: #ADC0CD; }
a { background-color: rgb(173,192,205); }
div.DivClassName
{
background-color: #ADC0CD;
}
.BgClassName
{
background-color: #ADC0CD;
}
</style>
border-color css
<style>
span { border-color: #ADC0CD; }
span { border-color: rgb(173,192,205); }
td.TdClassName
{
border-color: #ADC0CD;
}
.TagClassName
{
border-color: #ADC0CD;
}
</style>