Shades of Spindle #ADC0CF
Tints of Spindle #ADC0CF
RGB
CMYK
RGB Variations
Color information
#ADC0CF (or 0xADC0CF) is known color: Spindle. HEX triplet: AD, C0 and CF. RGB value is (173,192,207). Sum of RGB (Red+Green+Blue) = 173+192+207=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0CF is #523F30. Grayscale: #BBBBBB. Windows color (decimal): -5390129 or 13615277. OLE color: 13615277.
HSL color Cylindrical-coordinate representation of color #ADC0CF: hue angle of 206.47º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC0CF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 192 | 207 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.19 |
| HSL | 206.47º | 0.26% | 0.75% | - |
| HSV(B) | 206.47º | 0.16% | 0.81% | - |
| XYZ | 47.35 | 51.09 | 66.4 | - |
| YUV | 188.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 207 | 0.16 | 0.07 | 0 | 0.19 | 206.47 | 0.26 | 0.75 |
| Hex | AD | C0 | CF | 10 | 7 | 0 | 13 | CE | 1A | 4B |
| Octal | 255 | 300 | 317 | 20 | 7 | 0 | 23 | 316 | 32 | 113 |
| Binary | 10101101 | 11000000 | 11001111 | 10000 | 111 | 0 | 10011 | 11001110 | 11010 | 1001011 |
Color Harmonies of #ADC0CF
Complementary color
Monochromatic Colors of #ADC0CF
Black with #ADC0CF
Text Example
Text Example
White with #ADC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0CF; }
p { color: rgb(173,192,207); }
H1.HeaderClassName
{
color: #ADC0CF;
}
.AnyTagClassName
{
color: #ADC0CF;
}
</style>
background-color css
<style>
a { background-color: #ADC0CF; }
a { background-color: rgb(173,192,207); }
div.DivClassName
{
background-color: #ADC0CF;
}
.BgClassName
{
background-color: #ADC0CF;
}
</style>
border-color css
<style>
span { border-color: #ADC0CF; }
span { border-color: rgb(173,192,207); }
td.TdClassName
{
border-color: #ADC0CF;
}
.TagClassName
{
border-color: #ADC0CF;
}
</style>