Shades of Spindle #ADC2D0
Tints of Spindle #ADC2D0
RGB
CMYK
RGB Variations
Color information
#ADC2D0 (or 0xADC2D0) is known color: Spindle. HEX triplet: AD, C2 and D0. RGB value is (173,194,208). Sum of RGB (Red+Green+Blue) = 173+194+208=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADC2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2D0 is #523D2F. Grayscale: #BDBDBD. Windows color (decimal): -5389616 or 13681325. OLE color: 13681325.
HSL color Cylindrical-coordinate representation of color #ADC2D0: hue angle of 204º degrees, saturation: 0.27, 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 #ADC2D0 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 194 | 208 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.18 |
| HSL | 204º | 0.27% | 0.75% | - |
| HSV(B) | 204º | 0.17% | 0.82% | - |
| XYZ | 47.91 | 52.02 | 67.19 | - |
| YUV | 189.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 208 | 0.17 | 0.07 | 0 | 0.18 | 204 | 0.27 | 0.75 |
| Hex | AD | C2 | D0 | 11 | 7 | 0 | 12 | CC | 1B | 4B |
| Octal | 255 | 302 | 320 | 21 | 7 | 0 | 22 | 314 | 33 | 113 |
| Binary | 10101101 | 11000010 | 11010000 | 10001 | 111 | 0 | 10010 | 11001100 | 11011 | 1001011 |
Color Harmonies of #ADC2D0
Complementary color
Monochromatic Colors of #ADC2D0
Black with #ADC2D0
Text Example
Text Example
White with #ADC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2D0; }
p { color: rgb(173,194,208); }
H1.HeaderClassName
{
color: #ADC2D0;
}
.AnyTagClassName
{
color: #ADC2D0;
}
</style>
background-color css
<style>
a { background-color: #ADC2D0; }
a { background-color: rgb(173,194,208); }
div.DivClassName
{
background-color: #ADC2D0;
}
.BgClassName
{
background-color: #ADC2D0;
}
</style>
border-color css
<style>
span { border-color: #ADC2D0; }
span { border-color: rgb(173,194,208); }
td.TdClassName
{
border-color: #ADC2D0;
}
.TagClassName
{
border-color: #ADC2D0;
}
</style>