Shades of Spindle #ADC1D1
Tints of Spindle #ADC1D1
RGB
CMYK
RGB Variations
Color information
#ADC1D1 (or 0xADC1D1) is known color: Spindle. HEX triplet: AD, C1 and D1. RGB value is (173,193,209). Sum of RGB (Red+Green+Blue) = 173+193+209=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADC1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1D1 is #523E2E. Grayscale: #BCBCBC. Windows color (decimal): -5389871 or 13746605. OLE color: 13746605.
HSL color Cylindrical-coordinate representation of color #ADC1D1: hue angle of 206.67º degrees, saturation: 0.28, 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 #ADC1D1 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 193 | 209 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.18 |
| HSL | 206.67º | 0.28% | 0.75% | - |
| HSV(B) | 206.67º | 0.17% | 0.82% | - |
| XYZ | 47.81 | 51.63 | 67.77 | - |
| YUV | 188.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 209 | 0.17 | 0.08 | 0 | 0.18 | 206.67 | 0.28 | 0.75 |
| Hex | AD | C1 | D1 | 11 | 8 | 0 | 12 | CF | 1C | 4B |
| Octal | 255 | 301 | 321 | 21 | 10 | 0 | 22 | 317 | 34 | 113 |
| Binary | 10101101 | 11000001 | 11010001 | 10001 | 1000 | 0 | 10010 | 11001111 | 11100 | 1001011 |
Color Harmonies of #ADC1D1
Complementary color
Monochromatic Colors of #ADC1D1
Black with #ADC1D1
Text Example
Text Example
White with #ADC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1D1; }
p { color: rgb(173,193,209); }
H1.HeaderClassName
{
color: #ADC1D1;
}
.AnyTagClassName
{
color: #ADC1D1;
}
</style>
background-color css
<style>
a { background-color: #ADC1D1; }
a { background-color: rgb(173,193,209); }
div.DivClassName
{
background-color: #ADC1D1;
}
.BgClassName
{
background-color: #ADC1D1;
}
</style>
border-color css
<style>
span { border-color: #ADC1D1; }
span { border-color: rgb(173,193,209); }
td.TdClassName
{
border-color: #ADC1D1;
}
.TagClassName
{
border-color: #ADC1D1;
}
</style>