Shades of Heather #ADC3CC
Tints of Heather #ADC3CC
RGB
CMYK
RGB Variations
Color information
#ADC3CC (or 0xADC3CC) is known color: Heather. HEX triplet: AD, C3 and CC. RGB value is (173,195,204). Sum of RGB (Red+Green+Blue) = 173+195+204=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3CC is #523C33. Grayscale: #BDBDBD. Windows color (decimal): -5389364 or 13419437. OLE color: 13419437.
HSL color Cylindrical-coordinate representation of color #ADC3CC: hue angle of 197.42º 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 #ADC3CC is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 195 | 204 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.2 |
| HSL | 197.42º | 0.23% | 0.74% | - |
| HSV(B) | 197.42º | 0.15% | 0.8% | - |
| XYZ | 47.65 | 52.27 | 64.71 | - |
| YUV | 189.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 204 | 0.15 | 0.04 | 0 | 0.2 | 197.42 | 0.23 | 0.74 |
| Hex | AD | C3 | CC | F | 4 | 0 | 14 | C5 | 17 | 4A |
| Octal | 255 | 303 | 314 | 17 | 4 | 0 | 24 | 305 | 27 | 112 |
| Binary | 10101101 | 11000011 | 11001100 | 1111 | 100 | 0 | 10100 | 11000101 | 10111 | 1001010 |
Color Harmonies of #ADC3CC
Complementary color
Monochromatic Colors of #ADC3CC
Black with #ADC3CC
Text Example
Text Example
White with #ADC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3CC; }
p { color: rgb(173,195,204); }
H1.HeaderClassName
{
color: #ADC3CC;
}
.AnyTagClassName
{
color: #ADC3CC;
}
</style>
background-color css
<style>
a { background-color: #ADC3CC; }
a { background-color: rgb(173,195,204); }
div.DivClassName
{
background-color: #ADC3CC;
}
.BgClassName
{
background-color: #ADC3CC;
}
</style>
border-color css
<style>
span { border-color: #ADC3CC; }
span { border-color: rgb(173,195,204); }
td.TdClassName
{
border-color: #ADC3CC;
}
.TagClassName
{
border-color: #ADC3CC;
}
</style>