Shades of Heather #ADC2CC
Tints of Heather #ADC2CC
RGB
CMYK
RGB Variations
Color information
#ADC2CC (or 0xADC2CC) is known color: Heather. HEX triplet: AD, C2 and CC. RGB value is (173,194,204). Sum of RGB (Red+Green+Blue) = 173+194+204=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CC is #523D33. Grayscale: #BCBCBC. Windows color (decimal): -5389620 or 13419181. OLE color: 13419181.
HSL color Cylindrical-coordinate representation of color #ADC2CC: hue angle of 199.35º 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 #ADC2CC is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 194 | 204 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.2 |
| HSL | 199.35º | 0.23% | 0.74% | - |
| HSV(B) | 199.35º | 0.15% | 0.8% | - |
| XYZ | 47.42 | 51.83 | 64.63 | - |
| YUV | 188.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 204 | 0.15 | 0.05 | 0 | 0.2 | 199.35 | 0.23 | 0.74 |
| Hex | AD | C2 | CC | F | 5 | 0 | 14 | C7 | 17 | 4A |
| Octal | 255 | 302 | 314 | 17 | 5 | 0 | 24 | 307 | 27 | 112 |
| Binary | 10101101 | 11000010 | 11001100 | 1111 | 101 | 0 | 10100 | 11000111 | 10111 | 1001010 |
Color Harmonies of #ADC2CC
Complementary color
Monochromatic Colors of #ADC2CC
Black with #ADC2CC
Text Example
Text Example
White with #ADC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2CC; }
p { color: rgb(173,194,204); }
H1.HeaderClassName
{
color: #ADC2CC;
}
.AnyTagClassName
{
color: #ADC2CC;
}
</style>
background-color css
<style>
a { background-color: #ADC2CC; }
a { background-color: rgb(173,194,204); }
div.DivClassName
{
background-color: #ADC2CC;
}
.BgClassName
{
background-color: #ADC2CC;
}
</style>
border-color css
<style>
span { border-color: #ADC2CC; }
span { border-color: rgb(173,194,204); }
td.TdClassName
{
border-color: #ADC2CC;
}
.TagClassName
{
border-color: #ADC2CC;
}
</style>