Shades of Spindle #ADBDD5
Tints of Spindle #ADBDD5
RGB
CMYK
RGB Variations
Color information
#ADBDD5 (or 0xADBDD5) is known color: Spindle. HEX triplet: AD, BD and D5. RGB value is (173,189,213). Sum of RGB (Red+Green+Blue) = 173+189+213=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADBDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDD5 is #52422A. Grayscale: #BABABA. Windows color (decimal): -5390891 or 14007725. OLE color: 14007725.
HSL color Cylindrical-coordinate representation of color #ADBDD5: hue angle of 216º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADBDD5 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 189 | 213 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.16 |
| HSL | 216º | 0.32% | 0.76% | - |
| HSV(B) | 216º | 0.19% | 0.84% | - |
| XYZ | 47.44 | 50.08 | 70.12 | - |
| YUV | 186.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 213 | 0.19 | 0.11 | 0 | 0.16 | 216 | 0.32 | 0.76 |
| Hex | AD | BD | D5 | 13 | B | 0 | 10 | D8 | 20 | 4C |
| Octal | 255 | 275 | 325 | 23 | 13 | 0 | 20 | 330 | 40 | 114 |
| Binary | 10101101 | 10111101 | 11010101 | 10011 | 1011 | 0 | 10000 | 11011000 | 100000 | 1001100 |
Color Harmonies of #ADBDD5
Complementary color
Monochromatic Colors of #ADBDD5
Black with #ADBDD5
Text Example
Text Example
White with #ADBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDD5; }
p { color: rgb(173,189,213); }
H1.HeaderClassName
{
color: #ADBDD5;
}
.AnyTagClassName
{
color: #ADBDD5;
}
</style>
background-color css
<style>
a { background-color: #ADBDD5; }
a { background-color: rgb(173,189,213); }
div.DivClassName
{
background-color: #ADBDD5;
}
.BgClassName
{
background-color: #ADBDD5;
}
</style>
border-color css
<style>
span { border-color: #ADBDD5; }
span { border-color: rgb(173,189,213); }
td.TdClassName
{
border-color: #ADBDD5;
}
.TagClassName
{
border-color: #ADBDD5;
}
</style>