Shades of Heather #ADC2CD
Tints of Heather #ADC2CD
RGB
CMYK
RGB Variations
Color information
#ADC2CD (or 0xADC2CD) is known color: Heather. HEX triplet: AD, C2 and CD. RGB value is (173,194,205). Sum of RGB (Red+Green+Blue) = 173+194+205=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CD is #523D32. Grayscale: #BCBCBC. Windows color (decimal): -5389619 or 13484717. OLE color: 13484717.
HSL color Cylindrical-coordinate representation of color #ADC2CD: hue angle of 200.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC2CD is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 194 | 205 | - |
CMYK | 0.16 | 0.05 | 0 | 0.20 |
HSL | 200.63º | 0.24% | 0.74% | - |
HSV(B) | 200.63º | 0.16% | 0.8% | - |
XYZ | 47.54 | 51.88 | 65.26 | - |
YUV | 188.98 | 137.04 | 116.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 194 | 205 | 0.16 | 0.05 | 0 | 0.20 | 200.63 | 0.24 | 0.74 |
Hex | AD | C2 | CD | 10 | 5 | 0 | 14 | C9 | 18 | 4A |
Octal | 255 | 302 | 315 | 20 | 5 | 0 | 24 | 311 | 30 | 112 |
Binary | 10101101 | 11000010 | 11001101 | 10000 | 101 | 0 | 10100 | 11001001 | 11000 | 1001010 |
Color Harmonies of #ADC2CD
Complementary color
Monochromatic Colors of #ADC2CD
Black with #ADC2CD
Text Example
Text Example
White with #ADC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2CD; }
p { color: rgb(173,194,205); }
H1.HeaderClassName
{
color: #ADC2CD;
}
.AnyTagClassName
{
color: #ADC2CD;
}
</style>
background-color css
<style>
a { background-color: #ADC2CD; }
a { background-color: rgb(173,194,205); }
div.DivClassName
{
background-color: #ADC2CD;
}
.BgClassName
{
background-color: #ADC2CD;
}
</style>
border-color css
<style>
span { border-color: #ADC2CD; }
span { border-color: rgb(173,194,205); }
td.TdClassName
{
border-color: #ADC2CD;
}
.TagClassName
{
border-color: #ADC2CD;
}
</style>