Shades of Heather #ADC4CA
Tints of Heather #ADC4CA
RGB
CMYK
RGB Variations
Color information
#ADC4CA (or 0xADC4CA) is known color: Heather. HEX triplet: AD, C4 and CA. RGB value is (173,196,202). Sum of RGB (Red+Green+Blue) = 173+196+202=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4CA is #523B35. Grayscale: #BDBDBD. Windows color (decimal): -5389110 or 13288621. OLE color: 13288621.
HSL color Cylindrical-coordinate representation of color #ADC4CA: hue angle of 192.41º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC4CA is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 196 | 202 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.21 |
| HSL | 192.41º | 0.21% | 0.74% | - |
| HSV(B) | 192.41º | 0.14% | 0.79% | - |
| XYZ | 47.63 | 52.63 | 63.52 | - |
| YUV | 189.81 | 134.88 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 202 | 0.14 | 0.03 | 0 | 0.21 | 192.41 | 0.21 | 0.74 |
| Hex | AD | C4 | CA | E | 3 | 0 | 15 | C0 | 15 | 4A |
| Octal | 255 | 304 | 312 | 16 | 3 | 0 | 25 | 300 | 25 | 112 |
| Binary | 10101101 | 11000100 | 11001010 | 1110 | 11 | 0 | 10101 | 11000000 | 10101 | 1001010 |
Color Harmonies of #ADC4CA
Complementary color
Monochromatic Colors of #ADC4CA
Black with #ADC4CA
Text Example
Text Example
White with #ADC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4CA; }
p { color: rgb(173,196,202); }
H1.HeaderClassName
{
color: #ADC4CA;
}
.AnyTagClassName
{
color: #ADC4CA;
}
</style>
background-color css
<style>
a { background-color: #ADC4CA; }
a { background-color: rgb(173,196,202); }
div.DivClassName
{
background-color: #ADC4CA;
}
.BgClassName
{
background-color: #ADC4CA;
}
</style>
border-color css
<style>
span { border-color: #ADC4CA; }
span { border-color: rgb(173,196,202); }
td.TdClassName
{
border-color: #ADC4CA;
}
.TagClassName
{
border-color: #ADC4CA;
}
</style>