Shades of Heather #ADC2CF
Tints of Heather #ADC2CF
RGB
CMYK
RGB Variations
Color information
#ADC2CF (or 0xADC2CF) is known color: Heather. HEX triplet: AD, C2 and CF. RGB value is (173,194,207). Sum of RGB (Red+Green+Blue) = 173+194+207=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CF is #523D30. Grayscale: #BDBDBD. Windows color (decimal): -5389617 or 13615789. OLE color: 13615789.
HSL color Cylindrical-coordinate representation of color #ADC2CF: hue angle of 202.94º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC2CF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 194 | 207 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.19 |
| HSL | 202.94º | 0.26% | 0.75% | - |
| HSV(B) | 202.94º | 0.16% | 0.81% | - |
| XYZ | 47.79 | 51.97 | 66.54 | - |
| YUV | 189.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 207 | 0.16 | 0.06 | 0 | 0.19 | 202.94 | 0.26 | 0.75 |
| Hex | AD | C2 | CF | 10 | 6 | 0 | 13 | CB | 1A | 4B |
| Octal | 255 | 302 | 317 | 20 | 6 | 0 | 23 | 313 | 32 | 113 |
| Binary | 10101101 | 11000010 | 11001111 | 10000 | 110 | 0 | 10011 | 11001011 | 11010 | 1001011 |
Color Harmonies of #ADC2CF
Complementary color
Monochromatic Colors of #ADC2CF
Black with #ADC2CF
Text Example
Text Example
White with #ADC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2CF; }
p { color: rgb(173,194,207); }
H1.HeaderClassName
{
color: #ADC2CF;
}
.AnyTagClassName
{
color: #ADC2CF;
}
</style>
background-color css
<style>
a { background-color: #ADC2CF; }
a { background-color: rgb(173,194,207); }
div.DivClassName
{
background-color: #ADC2CF;
}
.BgClassName
{
background-color: #ADC2CF;
}
</style>
border-color css
<style>
span { border-color: #ADC2CF; }
span { border-color: rgb(173,194,207); }
td.TdClassName
{
border-color: #ADC2CF;
}
.TagClassName
{
border-color: #ADC2CF;
}
</style>