Shades of Heather #ADC2CE
Tints of Heather #ADC2CE
RGB
CMYK
RGB Variations
Color information
#ADC2CE (or 0xADC2CE) is known color: Heather. HEX triplet: AD, C2 and CE. RGB value is (173,194,206). Sum of RGB (Red+Green+Blue) = 173+194+206=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2CE is #523D31. Grayscale: #BDBDBD. Windows color (decimal): -5389618 or 13550253. OLE color: 13550253.
HSL color Cylindrical-coordinate representation of color #ADC2CE: hue angle of 201.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC2CE is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 194 | 206 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.19 |
| HSL | 201.82º | 0.25% | 0.74% | - |
| HSV(B) | 201.82º | 0.16% | 0.81% | - |
| XYZ | 47.67 | 51.92 | 65.9 | - |
| YUV | 189.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 206 | 0.16 | 0.06 | 0 | 0.19 | 201.82 | 0.25 | 0.74 |
| Hex | AD | C2 | CE | 10 | 6 | 0 | 13 | CA | 19 | 4A |
| Octal | 255 | 302 | 316 | 20 | 6 | 0 | 23 | 312 | 31 | 112 |
| Binary | 10101101 | 11000010 | 11001110 | 10000 | 110 | 0 | 10011 | 11001010 | 11001 | 1001010 |
Color Harmonies of #ADC2CE
Complementary color
Monochromatic Colors of #ADC2CE
Black with #ADC2CE
Text Example
Text Example
White with #ADC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2CE; }
p { color: rgb(173,194,206); }
H1.HeaderClassName
{
color: #ADC2CE;
}
.AnyTagClassName
{
color: #ADC2CE;
}
</style>
background-color css
<style>
a { background-color: #ADC2CE; }
a { background-color: rgb(173,194,206); }
div.DivClassName
{
background-color: #ADC2CE;
}
.BgClassName
{
background-color: #ADC2CE;
}
</style>
border-color css
<style>
span { border-color: #ADC2CE; }
span { border-color: rgb(173,194,206); }
td.TdClassName
{
border-color: #ADC2CE;
}
.TagClassName
{
border-color: #ADC2CE;
}
</style>