Shades of Spindle #ADBBD1
Tints of Spindle #ADBBD1
RGB
CMYK
RGB Variations
Color information
#ADBBD1 (or 0xADBBD1) is known color: Spindle. HEX triplet: AD, BB and D1. RGB value is (173,187,209). Sum of RGB (Red+Green+Blue) = 173+187+209=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADBBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBD1 is #52442E. Grayscale: #B9B9B9. Windows color (decimal): -5391407 or 13745069. OLE color: 13745069.
HSL color Cylindrical-coordinate representation of color #ADBBD1: hue angle of 216.67º 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 #ADBBD1 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 187 | 209 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.18 |
| HSL | 216.67º | 0.28% | 0.75% | - |
| HSV(B) | 216.67º | 0.17% | 0.82% | - |
| XYZ | 46.51 | 49.03 | 67.33 | - |
| YUV | 185.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 209 | 0.17 | 0.11 | 0 | 0.18 | 216.67 | 0.28 | 0.75 |
| Hex | AD | BB | D1 | 11 | B | 0 | 12 | D9 | 1C | 4B |
| Octal | 255 | 273 | 321 | 21 | 13 | 0 | 22 | 331 | 34 | 113 |
| Binary | 10101101 | 10111011 | 11010001 | 10001 | 1011 | 0 | 10010 | 11011001 | 11100 | 1001011 |
Color Harmonies of #ADBBD1
Complementary color
Monochromatic Colors of #ADBBD1
Black with #ADBBD1
Text Example
Text Example
White with #ADBBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBD1; }
p { color: rgb(173,187,209); }
H1.HeaderClassName
{
color: #ADBBD1;
}
.AnyTagClassName
{
color: #ADBBD1;
}
</style>
background-color css
<style>
a { background-color: #ADBBD1; }
a { background-color: rgb(173,187,209); }
div.DivClassName
{
background-color: #ADBBD1;
}
.BgClassName
{
background-color: #ADBBD1;
}
</style>
border-color css
<style>
span { border-color: #ADBBD1; }
span { border-color: rgb(173,187,209); }
td.TdClassName
{
border-color: #ADBBD1;
}
.TagClassName
{
border-color: #ADBBD1;
}
</style>