Shades of Spindle #ADC0D0
Tints of Spindle #ADC0D0
RGB
CMYK
RGB Variations
Color information
#ADC0D0 (or 0xADC0D0) is known color: Spindle. HEX triplet: AD, C0 and D0. RGB value is (173,192,208). Sum of RGB (Red+Green+Blue) = 173+192+208=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D0 is #523F2F. Grayscale: #BCBCBC. Windows color (decimal): -5390128 or 13680813. OLE color: 13680813.
HSL color Cylindrical-coordinate representation of color #ADC0D0: hue angle of 207.43º 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 #ADC0D0 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 173 | 192 | 208 | - |
CMYK | 0.17 | 0.08 | 0 | 0.18 |
HSL | 207.43º | 0.27% | 0.75% | - |
HSV(B) | 207.43º | 0.17% | 0.82% | - |
XYZ | 47.47 | 51.14 | 67.04 | - |
YUV | 188.14 | 139.21 | 117.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 192 | 208 | 0.17 | 0.08 | 0 | 0.18 | 207.43 | 0.27 | 0.75 |
Hex | AD | C0 | D0 | 11 | 8 | 0 | 12 | CF | 1B | 4B |
Octal | 255 | 300 | 320 | 21 | 10 | 0 | 22 | 317 | 33 | 113 |
Binary | 10101101 | 11000000 | 11010000 | 10001 | 1000 | 0 | 10010 | 11001111 | 11011 | 1001011 |
Color Harmonies of #ADC0D0
Complementary color
Monochromatic Colors of #ADC0D0
Black with #ADC0D0
Text Example
Text Example
White with #ADC0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0D0; }
p { color: rgb(173,192,208); }
H1.HeaderClassName
{
color: #ADC0D0;
}
.AnyTagClassName
{
color: #ADC0D0;
}
</style>
background-color css
<style>
a { background-color: #ADC0D0; }
a { background-color: rgb(173,192,208); }
div.DivClassName
{
background-color: #ADC0D0;
}
.BgClassName
{
background-color: #ADC0D0;
}
</style>
border-color css
<style>
span { border-color: #ADC0D0; }
span { border-color: rgb(173,192,208); }
td.TdClassName
{
border-color: #ADC0D0;
}
.TagClassName
{
border-color: #ADC0D0;
}
</style>