Shades of Spindle #ADC0D7
Tints of Spindle #ADC0D7
RGB
CMYK
RGB Variations
Color information
#ADC0D7 (or 0xADC0D7) is known color: Spindle. HEX triplet: AD, C0 and D7. RGB value is (173,192,215). Sum of RGB (Red+Green+Blue) = 173+192+215=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADC0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D7 is #523F28. Grayscale: #BCBCBC. Windows color (decimal): -5390121 or 14139565. OLE color: 14139565.
HSL color Cylindrical-coordinate representation of color #ADC0D7: hue angle of 212.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC0D7 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 192 | 215 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.16 |
| HSL | 212.86º | 0.34% | 0.76% | - |
| HSV(B) | 212.86º | 0.2% | 0.84% | - |
| XYZ | 48.35 | 51.49 | 71.68 | - |
| YUV | 188.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 215 | 0.20 | 0.11 | 0 | 0.16 | 212.86 | 0.34 | 0.76 |
| Hex | AD | C0 | D7 | 14 | B | 0 | 10 | D5 | 22 | 4C |
| Octal | 255 | 300 | 327 | 24 | 13 | 0 | 20 | 325 | 42 | 114 |
| Binary | 10101101 | 11000000 | 11010111 | 10100 | 1011 | 0 | 10000 | 11010101 | 100010 | 1001100 |
Color Harmonies of #ADC0D7
Complementary color
Monochromatic Colors of #ADC0D7
Black with #ADC0D7
Text Example
Text Example
White with #ADC0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0D7; }
p { color: rgb(173,192,215); }
H1.HeaderClassName
{
color: #ADC0D7;
}
.AnyTagClassName
{
color: #ADC0D7;
}
</style>
background-color css
<style>
a { background-color: #ADC0D7; }
a { background-color: rgb(173,192,215); }
div.DivClassName
{
background-color: #ADC0D7;
}
.BgClassName
{
background-color: #ADC0D7;
}
</style>
border-color css
<style>
span { border-color: #ADC0D7; }
span { border-color: rgb(173,192,215); }
td.TdClassName
{
border-color: #ADC0D7;
}
.TagClassName
{
border-color: #ADC0D7;
}
</style>