Shades of Spindle #ADBDD1
Tints of Spindle #ADBDD1
RGB
CMYK
RGB Variations
Color information
#ADBDD1 (or 0xADBDD1) is known color: Spindle. HEX triplet: AD, BD and D1. RGB value is (173,189,209). Sum of RGB (Red+Green+Blue) = 173+189+209=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDD1 is #52422E. Grayscale: #BABABA. Windows color (decimal): -5390895 or 13745581. OLE color: 13745581.
HSL color Cylindrical-coordinate representation of color #ADBDD1: hue angle of 213.33º 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 #ADBDD1 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 189 | 209 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.18 |
| HSL | 213.33º | 0.28% | 0.75% | - |
| HSV(B) | 213.33º | 0.17% | 0.82% | - |
| XYZ | 46.94 | 49.88 | 67.48 | - |
| YUV | 186.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 209 | 0.17 | 0.10 | 0 | 0.18 | 213.33 | 0.28 | 0.75 |
| Hex | AD | BD | D1 | 11 | A | 0 | 12 | D5 | 1C | 4B |
| Octal | 255 | 275 | 321 | 21 | 12 | 0 | 22 | 325 | 34 | 113 |
| Binary | 10101101 | 10111101 | 11010001 | 10001 | 1010 | 0 | 10010 | 11010101 | 11100 | 1001011 |
Color Harmonies of #ADBDD1
Complementary color
Monochromatic Colors of #ADBDD1
Black with #ADBDD1
Text Example
Text Example
White with #ADBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDD1; }
p { color: rgb(173,189,209); }
H1.HeaderClassName
{
color: #ADBDD1;
}
.AnyTagClassName
{
color: #ADBDD1;
}
</style>
background-color css
<style>
a { background-color: #ADBDD1; }
a { background-color: rgb(173,189,209); }
div.DivClassName
{
background-color: #ADBDD1;
}
.BgClassName
{
background-color: #ADBDD1;
}
</style>
border-color css
<style>
span { border-color: #ADBDD1; }
span { border-color: rgb(173,189,209); }
td.TdClassName
{
border-color: #ADBDD1;
}
.TagClassName
{
border-color: #ADBDD1;
}
</style>