Shades of Spindle #ADBBD5
Tints of Spindle #ADBBD5
RGB
CMYK
RGB Variations
Color information
#ADBBD5 (or 0xADBBD5) is known color: Spindle. HEX triplet: AD, BB and D5. RGB value is (173,187,213). Sum of RGB (Red+Green+Blue) = 173+187+213=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADBBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBD5 is #52442A. Grayscale: #B9B9B9. Windows color (decimal): -5391403 or 14007213. OLE color: 14007213.
HSL color Cylindrical-coordinate representation of color #ADBBD5: hue angle of 219º 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 #ADBBD5 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 187 | 213 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.16 |
| HSL | 219º | 0.32% | 0.76% | - |
| HSV(B) | 219º | 0.19% | 0.84% | - |
| XYZ | 47.01 | 49.23 | 69.98 | - |
| YUV | 185.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 213 | 0.19 | 0.12 | 0 | 0.16 | 219 | 0.32 | 0.76 |
| Hex | AD | BB | D5 | 13 | C | 0 | 10 | DB | 20 | 4C |
| Octal | 255 | 273 | 325 | 23 | 14 | 0 | 20 | 333 | 40 | 114 |
| Binary | 10101101 | 10111011 | 11010101 | 10011 | 1100 | 0 | 10000 | 11011011 | 100000 | 1001100 |
Color Harmonies of #ADBBD5
Complementary color
Monochromatic Colors of #ADBBD5
Black with #ADBBD5
Text Example
Text Example
White with #ADBBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBD5; }
p { color: rgb(173,187,213); }
H1.HeaderClassName
{
color: #ADBBD5;
}
.AnyTagClassName
{
color: #ADBBD5;
}
</style>
background-color css
<style>
a { background-color: #ADBBD5; }
a { background-color: rgb(173,187,213); }
div.DivClassName
{
background-color: #ADBBD5;
}
.BgClassName
{
background-color: #ADBBD5;
}
</style>
border-color css
<style>
span { border-color: #ADBBD5; }
span { border-color: rgb(173,187,213); }
td.TdClassName
{
border-color: #ADBBD5;
}
.TagClassName
{
border-color: #ADBBD5;
}
</style>