Shades of Heather #ADC4D0
Tints of Heather #ADC4D0
RGB
CMYK
RGB Variations
Color information
#ADC4D0 (or 0xADC4D0) is known color: Heather. HEX triplet: AD, C4 and D0. RGB value is (173,196,208). Sum of RGB (Red+Green+Blue) = 173+196+208=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4D0 is #523B2F. Grayscale: #BEBEBE. Windows color (decimal): -5389104 or 13681837. OLE color: 13681837.
HSL color Cylindrical-coordinate representation of color #ADC4D0: hue angle of 200.57º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC4D0 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 196 | 208 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.18 |
| HSL | 200.57º | 0.27% | 0.75% | - |
| HSV(B) | 200.57º | 0.17% | 0.82% | - |
| XYZ | 48.36 | 52.92 | 67.34 | - |
| YUV | 190.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 208 | 0.17 | 0.06 | 0 | 0.18 | 200.57 | 0.27 | 0.75 |
| Hex | AD | C4 | D0 | 11 | 6 | 0 | 12 | C9 | 1B | 4B |
| Octal | 255 | 304 | 320 | 21 | 6 | 0 | 22 | 311 | 33 | 113 |
| Binary | 10101101 | 11000100 | 11010000 | 10001 | 110 | 0 | 10010 | 11001001 | 11011 | 1001011 |
Color Harmonies of #ADC4D0
Complementary color
Monochromatic Colors of #ADC4D0
Black with #ADC4D0
Text Example
Text Example
White with #ADC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4D0; }
p { color: rgb(173,196,208); }
H1.HeaderClassName
{
color: #ADC4D0;
}
.AnyTagClassName
{
color: #ADC4D0;
}
</style>
background-color css
<style>
a { background-color: #ADC4D0; }
a { background-color: rgb(173,196,208); }
div.DivClassName
{
background-color: #ADC4D0;
}
.BgClassName
{
background-color: #ADC4D0;
}
</style>
border-color css
<style>
span { border-color: #ADC4D0; }
span { border-color: rgb(173,196,208); }
td.TdClassName
{
border-color: #ADC4D0;
}
.TagClassName
{
border-color: #ADC4D0;
}
</style>