Shades of Spindle #ADC0D2
Tints of Spindle #ADC0D2
RGB
CMYK
RGB Variations
Color information
#ADC0D2 (or 0xADC0D2) is known color: Spindle. HEX triplet: AD, C0 and D2. RGB value is (173,192,210). Sum of RGB (Red+Green+Blue) = 173+192+210=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADC0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D2 is #523F2D. Grayscale: #BCBCBC. Windows color (decimal): -5390126 or 13811885. OLE color: 13811885.
HSL color Cylindrical-coordinate representation of color #ADC0D2: hue angle of 209.19º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADC0D2 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 192 | 210 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.18 |
| HSL | 209.19º | 0.29% | 0.75% | - |
| HSV(B) | 209.19º | 0.18% | 0.82% | - |
| XYZ | 47.72 | 51.24 | 68.35 | - |
| YUV | 188.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 210 | 0.18 | 0.09 | 0 | 0.18 | 209.19 | 0.29 | 0.75 |
| Hex | AD | C0 | D2 | 12 | 9 | 0 | 12 | D1 | 1D | 4B |
| Octal | 255 | 300 | 322 | 22 | 11 | 0 | 22 | 321 | 35 | 113 |
| Binary | 10101101 | 11000000 | 11010010 | 10010 | 1001 | 0 | 10010 | 11010001 | 11101 | 1001011 |
Color Harmonies of #ADC0D2
Complementary color
Monochromatic Colors of #ADC0D2
Black with #ADC0D2
Text Example
Text Example
White with #ADC0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0D2; }
p { color: rgb(173,192,210); }
H1.HeaderClassName
{
color: #ADC0D2;
}
.AnyTagClassName
{
color: #ADC0D2;
}
</style>
background-color css
<style>
a { background-color: #ADC0D2; }
a { background-color: rgb(173,192,210); }
div.DivClassName
{
background-color: #ADC0D2;
}
.BgClassName
{
background-color: #ADC0D2;
}
</style>
border-color css
<style>
span { border-color: #ADC0D2; }
span { border-color: rgb(173,192,210); }
td.TdClassName
{
border-color: #ADC0D2;
}
.TagClassName
{
border-color: #ADC0D2;
}
</style>