Shades of Heather #ADC1CC
Tints of Heather #ADC1CC
RGB
CMYK
RGB Variations
Color information
#ADC1CC (or 0xADC1CC) is known color: Heather. HEX triplet: AD, C1 and CC. RGB value is (173,193,204). Sum of RGB (Red+Green+Blue) = 173+193+204=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1CC is #523E33. Grayscale: #BCBCBC. Windows color (decimal): -5389876 or 13418925. OLE color: 13418925.
HSL color Cylindrical-coordinate representation of color #ADC1CC: hue angle of 201.29º 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 #ADC1CC is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 193 | 204 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.2 |
| HSL | 201.29º | 0.23% | 0.74% | - |
| HSV(B) | 201.29º | 0.15% | 0.8% | - |
| XYZ | 47.2 | 51.38 | 64.56 | - |
| YUV | 188.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 204 | 0.15 | 0.05 | 0 | 0.2 | 201.29 | 0.23 | 0.74 |
| Hex | AD | C1 | CC | F | 5 | 0 | 14 | C9 | 17 | 4A |
| Octal | 255 | 301 | 314 | 17 | 5 | 0 | 24 | 311 | 27 | 112 |
| Binary | 10101101 | 11000001 | 11001100 | 1111 | 101 | 0 | 10100 | 11001001 | 10111 | 1001010 |
Color Harmonies of #ADC1CC
Complementary color
Monochromatic Colors of #ADC1CC
Black with #ADC1CC
Text Example
Text Example
White with #ADC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1CC; }
p { color: rgb(173,193,204); }
H1.HeaderClassName
{
color: #ADC1CC;
}
.AnyTagClassName
{
color: #ADC1CC;
}
</style>
background-color css
<style>
a { background-color: #ADC1CC; }
a { background-color: rgb(173,193,204); }
div.DivClassName
{
background-color: #ADC1CC;
}
.BgClassName
{
background-color: #ADC1CC;
}
</style>
border-color css
<style>
span { border-color: #ADC1CC; }
span { border-color: rgb(173,193,204); }
td.TdClassName
{
border-color: #ADC1CC;
}
.TagClassName
{
border-color: #ADC1CC;
}
</style>