Shades of Heather #ADC5D1
Tints of Heather #ADC5D1
RGB
CMYK
RGB Variations
Color information
#ADC5D1 (or 0xADC5D1) is known color: Heather. HEX triplet: AD, C5 and D1. RGB value is (173,197,209). Sum of RGB (Red+Green+Blue) = 173+197+209=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 197 (77.34% from 255 or 34.02% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADC5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5D1 is #523A2E. Grayscale: #BFBFBF. Windows color (decimal): -5388847 or 13747629. OLE color: 13747629.
HSL color Cylindrical-coordinate representation of color #ADC5D1: hue angle of 200º degrees, saturation: 0.28, 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 #ADC5D1 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 197 | 209 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.18 |
| HSL | 200º | 0.28% | 0.75% | - |
| HSV(B) | 200º | 0.17% | 0.82% | - |
| XYZ | 48.71 | 53.42 | 68.07 | - |
| YUV | 191.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 209 | 0.17 | 0.06 | 0 | 0.18 | 200 | 0.28 | 0.75 |
| Hex | AD | C5 | D1 | 11 | 6 | 0 | 12 | C8 | 1C | 4B |
| Octal | 255 | 305 | 321 | 21 | 6 | 0 | 22 | 310 | 34 | 113 |
| Binary | 10101101 | 11000101 | 11010001 | 10001 | 110 | 0 | 10010 | 11001000 | 11100 | 1001011 |
Color Harmonies of #ADC5D1
Complementary color
Monochromatic Colors of #ADC5D1
Black with #ADC5D1
Text Example
Text Example
White with #ADC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5D1; }
p { color: rgb(173,197,209); }
H1.HeaderClassName
{
color: #ADC5D1;
}
.AnyTagClassName
{
color: #ADC5D1;
}
</style>
background-color css
<style>
a { background-color: #ADC5D1; }
a { background-color: rgb(173,197,209); }
div.DivClassName
{
background-color: #ADC5D1;
}
.BgClassName
{
background-color: #ADC5D1;
}
</style>
border-color css
<style>
span { border-color: #ADC5D1; }
span { border-color: rgb(173,197,209); }
td.TdClassName
{
border-color: #ADC5D1;
}
.TagClassName
{
border-color: #ADC5D1;
}
</style>