Shades of Heather #ADC2CB
Tints of Heather #ADC2CB
RGB
CMYK
RGB Variations
Color information
#ADC2CB (or 0xADC2CB) is known color: Heather. HEX triplet: AD, C2 and CB. RGB value is (173,194,203). Sum of RGB (Red+Green+Blue) = 173+194+203=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADC2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CB is #523D34. Grayscale: #BCBCBC. Windows color (decimal): -5389621 or 13353645. OLE color: 13353645.
HSL color Cylindrical-coordinate representation of color #ADC2CB: hue angle of 198º degrees, saturation: 0.22, 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 #ADC2CB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 194 | 203 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.20 |
| HSL | 198º | 0.22% | 0.74% | - |
| HSV(B) | 198º | 0.15% | 0.8% | - |
| XYZ | 47.3 | 51.78 | 64 | - |
| YUV | 188.75 | 136.04 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 203 | 0.15 | 0.04 | 0 | 0.20 | 198 | 0.22 | 0.74 |
| Hex | AD | C2 | CB | F | 4 | 0 | 14 | C6 | 16 | 4A |
| Octal | 255 | 302 | 313 | 17 | 4 | 0 | 24 | 306 | 26 | 112 |
| Binary | 10101101 | 11000010 | 11001011 | 1111 | 100 | 0 | 10100 | 11000110 | 10110 | 1001010 |
Color Harmonies of #ADC2CB
Complementary color
Monochromatic Colors of #ADC2CB
Black with #ADC2CB
Text Example
Text Example
White with #ADC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2CB; }
p { color: rgb(173,194,203); }
H1.HeaderClassName
{
color: #ADC2CB;
}
.AnyTagClassName
{
color: #ADC2CB;
}
</style>
background-color css
<style>
a { background-color: #ADC2CB; }
a { background-color: rgb(173,194,203); }
div.DivClassName
{
background-color: #ADC2CB;
}
.BgClassName
{
background-color: #ADC2CB;
}
</style>
border-color css
<style>
span { border-color: #ADC2CB; }
span { border-color: rgb(173,194,203); }
td.TdClassName
{
border-color: #ADC2CB;
}
.TagClassName
{
border-color: #ADC2CB;
}
</style>