Shades of Heather #ADC2C8
Tints of Heather #ADC2C8
RGB
CMYK
RGB Variations
Color information
#ADC2C8 (or 0xADC2C8) is known color: Heather. HEX triplet: AD, C2 and C8. RGB value is (173,194,200). Sum of RGB (Red+Green+Blue) = 173+194+200=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADC2C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2C8 is #523D37. Grayscale: #BCBCBC. Windows color (decimal): -5389624 or 13157037. OLE color: 13157037.
HSL color Cylindrical-coordinate representation of color #ADC2C8: hue angle of 193.33º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC2C8 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 194 | 200 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.22 |
| HSL | 193.33º | 0.2% | 0.73% | - |
| HSV(B) | 193.33º | 0.14% | 0.78% | - |
| XYZ | 46.95 | 51.64 | 62.14 | - |
| YUV | 188.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 200 | 0.14 | 0.03 | 0 | 0.22 | 193.33 | 0.2 | 0.73 |
| Hex | AD | C2 | C8 | E | 3 | 0 | 16 | C1 | 14 | 49 |
| Octal | 255 | 302 | 310 | 16 | 3 | 0 | 26 | 301 | 24 | 111 |
| Binary | 10101101 | 11000010 | 11001000 | 1110 | 11 | 0 | 10110 | 11000001 | 10100 | 1001001 |
Color Harmonies of #ADC2C8
Complementary color
Monochromatic Colors of #ADC2C8
Black with #ADC2C8
Text Example
Text Example
White with #ADC2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2C8; }
p { color: rgb(173,194,200); }
H1.HeaderClassName
{
color: #ADC2C8;
}
.AnyTagClassName
{
color: #ADC2C8;
}
</style>
background-color css
<style>
a { background-color: #ADC2C8; }
a { background-color: rgb(173,194,200); }
div.DivClassName
{
background-color: #ADC2C8;
}
.BgClassName
{
background-color: #ADC2C8;
}
</style>
border-color css
<style>
span { border-color: #ADC2C8; }
span { border-color: rgb(173,194,200); }
td.TdClassName
{
border-color: #ADC2C8;
}
.TagClassName
{
border-color: #ADC2C8;
}
</style>