Shades of Spindle #ADBDD0
Tints of Spindle #ADBDD0
RGB
CMYK
RGB Variations
Color information
#ADBDD0 (or 0xADBDD0) is known color: Spindle. HEX triplet: AD, BD and D0. RGB value is (173,189,208). Sum of RGB (Red+Green+Blue) = 173+189+208=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADBDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDD0 is #52422F. Grayscale: #BABABA. Windows color (decimal): -5390896 or 13680045. OLE color: 13680045.
HSL color Cylindrical-coordinate representation of color #ADBDD0: hue angle of 212.57º 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 #ADBDD0 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 189 | 208 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.18 |
| HSL | 212.57º | 0.27% | 0.75% | - |
| HSV(B) | 212.57º | 0.17% | 0.82% | - |
| XYZ | 46.82 | 49.83 | 66.83 | - |
| YUV | 186.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 208 | 0.17 | 0.09 | 0 | 0.18 | 212.57 | 0.27 | 0.75 |
| Hex | AD | BD | D0 | 11 | 9 | 0 | 12 | D5 | 1B | 4B |
| Octal | 255 | 275 | 320 | 21 | 11 | 0 | 22 | 325 | 33 | 113 |
| Binary | 10101101 | 10111101 | 11010000 | 10001 | 1001 | 0 | 10010 | 11010101 | 11011 | 1001011 |
Color Harmonies of #ADBDD0
Complementary color
Monochromatic Colors of #ADBDD0
Black with #ADBDD0
Text Example
Text Example
White with #ADBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDD0; }
p { color: rgb(173,189,208); }
H1.HeaderClassName
{
color: #ADBDD0;
}
.AnyTagClassName
{
color: #ADBDD0;
}
</style>
background-color css
<style>
a { background-color: #ADBDD0; }
a { background-color: rgb(173,189,208); }
div.DivClassName
{
background-color: #ADBDD0;
}
.BgClassName
{
background-color: #ADBDD0;
}
</style>
border-color css
<style>
span { border-color: #ADBDD0; }
span { border-color: rgb(173,189,208); }
td.TdClassName
{
border-color: #ADBDD0;
}
.TagClassName
{
border-color: #ADBDD0;
}
</style>