Shades of Spindle #ADC2D1
Tints of Spindle #ADC2D1
RGB
CMYK
RGB Variations
Color information
#ADC2D1 (or 0xADC2D1) is known color: Spindle. HEX triplet: AD, C2 and D1. RGB value is (173,194,209). Sum of RGB (Red+Green+Blue) = 173+194+209=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADC2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2D1 is #523D2E. Grayscale: #BDBDBD. Windows color (decimal): -5389615 or 13746861. OLE color: 13746861.
HSL color Cylindrical-coordinate representation of color #ADC2D1: hue angle of 205º 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 #ADC2D1 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 194 | 209 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.18 |
| HSL | 205º | 0.28% | 0.75% | - |
| HSV(B) | 205º | 0.17% | 0.82% | - |
| XYZ | 48.03 | 52.07 | 67.84 | - |
| YUV | 189.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 209 | 0.17 | 0.07 | 0 | 0.18 | 205 | 0.28 | 0.75 |
| Hex | AD | C2 | D1 | 11 | 7 | 0 | 12 | CD | 1C | 4B |
| Octal | 255 | 302 | 321 | 21 | 7 | 0 | 22 | 315 | 34 | 113 |
| Binary | 10101101 | 11000010 | 11010001 | 10001 | 111 | 0 | 10010 | 11001101 | 11100 | 1001011 |
Color Harmonies of #ADC2D1
Complementary color
Monochromatic Colors of #ADC2D1
Black with #ADC2D1
Text Example
Text Example
White with #ADC2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2D1; }
p { color: rgb(173,194,209); }
H1.HeaderClassName
{
color: #ADC2D1;
}
.AnyTagClassName
{
color: #ADC2D1;
}
</style>
background-color css
<style>
a { background-color: #ADC2D1; }
a { background-color: rgb(173,194,209); }
div.DivClassName
{
background-color: #ADC2D1;
}
.BgClassName
{
background-color: #ADC2D1;
}
</style>
border-color css
<style>
span { border-color: #ADC2D1; }
span { border-color: rgb(173,194,209); }
td.TdClassName
{
border-color: #ADC2D1;
}
.TagClassName
{
border-color: #ADC2D1;
}
</style>