Shades of Heather #ADC0CC
Tints of Heather #ADC0CC
RGB
CMYK
RGB Variations
Color information
#ADC0CC (or 0xADC0CC) is known color: Heather. HEX triplet: AD, C0 and CC. RGB value is (173,192,204). Sum of RGB (Red+Green+Blue) = 173+192+204=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0CC is #523F33. Grayscale: #BBBBBB. Windows color (decimal): -5390132 or 13418669. OLE color: 13418669.
HSL color Cylindrical-coordinate representation of color #ADC0CC: hue angle of 203.23º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADC0CC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 192 | 204 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.2 |
| HSL | 203.23º | 0.23% | 0.74% | - |
| HSV(B) | 203.23º | 0.15% | 0.8% | - |
| XYZ | 46.98 | 50.94 | 64.48 | - |
| YUV | 187.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 204 | 0.15 | 0.06 | 0 | 0.2 | 203.23 | 0.23 | 0.74 |
| Hex | AD | C0 | CC | F | 6 | 0 | 14 | CB | 17 | 4A |
| Octal | 255 | 300 | 314 | 17 | 6 | 0 | 24 | 313 | 27 | 112 |
| Binary | 10101101 | 11000000 | 11001100 | 1111 | 110 | 0 | 10100 | 11001011 | 10111 | 1001010 |
Color Harmonies of #ADC0CC
Complementary color
Monochromatic Colors of #ADC0CC
Black with #ADC0CC
Text Example
Text Example
White with #ADC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0CC; }
p { color: rgb(173,192,204); }
H1.HeaderClassName
{
color: #ADC0CC;
}
.AnyTagClassName
{
color: #ADC0CC;
}
</style>
background-color css
<style>
a { background-color: #ADC0CC; }
a { background-color: rgb(173,192,204); }
div.DivClassName
{
background-color: #ADC0CC;
}
.BgClassName
{
background-color: #ADC0CC;
}
</style>
border-color css
<style>
span { border-color: #ADC0CC; }
span { border-color: rgb(173,192,204); }
td.TdClassName
{
border-color: #ADC0CC;
}
.TagClassName
{
border-color: #ADC0CC;
}
</style>