Shades of Spindle #ADC1D0
Tints of Spindle #ADC1D0
RGB
CMYK
RGB Variations
Color information
#ADC1D0 (or 0xADC1D0) is known color: Spindle. HEX triplet: AD, C1 and D0. RGB value is (173,193,208). Sum of RGB (Red+Green+Blue) = 173+193+208=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1D0 is #523E2F. Grayscale: #BCBCBC. Windows color (decimal): -5389872 or 13681069. OLE color: 13681069.
HSL color Cylindrical-coordinate representation of color #ADC1D0: hue angle of 205.71º 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 #ADC1D0 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 193 | 208 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.18 |
| HSL | 205.71º | 0.27% | 0.75% | - |
| HSV(B) | 205.71º | 0.17% | 0.82% | - |
| XYZ | 47.69 | 51.58 | 67.12 | - |
| YUV | 188.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 208 | 0.17 | 0.07 | 0 | 0.18 | 205.71 | 0.27 | 0.75 |
| Hex | AD | C1 | D0 | 11 | 7 | 0 | 12 | CE | 1B | 4B |
| Octal | 255 | 301 | 320 | 21 | 7 | 0 | 22 | 316 | 33 | 113 |
| Binary | 10101101 | 11000001 | 11010000 | 10001 | 111 | 0 | 10010 | 11001110 | 11011 | 1001011 |
Color Harmonies of #ADC1D0
Complementary color
Monochromatic Colors of #ADC1D0
Black with #ADC1D0
Text Example
Text Example
White with #ADC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1D0; }
p { color: rgb(173,193,208); }
H1.HeaderClassName
{
color: #ADC1D0;
}
.AnyTagClassName
{
color: #ADC1D0;
}
</style>
background-color css
<style>
a { background-color: #ADC1D0; }
a { background-color: rgb(173,193,208); }
div.DivClassName
{
background-color: #ADC1D0;
}
.BgClassName
{
background-color: #ADC1D0;
}
</style>
border-color css
<style>
span { border-color: #ADC1D0; }
span { border-color: rgb(173,193,208); }
td.TdClassName
{
border-color: #ADC1D0;
}
.TagClassName
{
border-color: #ADC1D0;
}
</style>