Shades of Spindle #ADC0CE
Tints of Spindle #ADC0CE
RGB
CMYK
RGB Variations
Color information
#ADC0CE (or 0xADC0CE) is known color: Spindle. HEX triplet: AD, C0 and CE. RGB value is (173,192,206). Sum of RGB (Red+Green+Blue) = 173+192+206=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0CE is #523F31. Grayscale: #BBBBBB. Windows color (decimal): -5390130 or 13549741. OLE color: 13549741.
HSL color Cylindrical-coordinate representation of color #ADC0CE: hue angle of 205.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC0CE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 192 | 206 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.19 |
| HSL | 205.45º | 0.25% | 0.74% | - |
| HSV(B) | 205.45º | 0.16% | 0.81% | - |
| XYZ | 47.22 | 51.04 | 65.76 | - |
| YUV | 187.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 206 | 0.16 | 0.07 | 0 | 0.19 | 205.45 | 0.25 | 0.74 |
| Hex | AD | C0 | CE | 10 | 7 | 0 | 13 | CD | 19 | 4A |
| Octal | 255 | 300 | 316 | 20 | 7 | 0 | 23 | 315 | 31 | 112 |
| Binary | 10101101 | 11000000 | 11001110 | 10000 | 111 | 0 | 10011 | 11001101 | 11001 | 1001010 |
Color Harmonies of #ADC0CE
Complementary color
Monochromatic Colors of #ADC0CE
Black with #ADC0CE
Text Example
Text Example
White with #ADC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0CE; }
p { color: rgb(173,192,206); }
H1.HeaderClassName
{
color: #ADC0CE;
}
.AnyTagClassName
{
color: #ADC0CE;
}
</style>
background-color css
<style>
a { background-color: #ADC0CE; }
a { background-color: rgb(173,192,206); }
div.DivClassName
{
background-color: #ADC0CE;
}
.BgClassName
{
background-color: #ADC0CE;
}
</style>
border-color css
<style>
span { border-color: #ADC0CE; }
span { border-color: rgb(173,192,206); }
td.TdClassName
{
border-color: #ADC0CE;
}
.TagClassName
{
border-color: #ADC0CE;
}
</style>