Shades of Spindle #ADBDD3
Tints of Spindle #ADBDD3
RGB
CMYK
RGB Variations
Color information
#ADBDD3 (or 0xADBDD3) is known color: Spindle. HEX triplet: AD, BD and D3. RGB value is (173,189,211). Sum of RGB (Red+Green+Blue) = 173+189+211=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADBDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDD3 is #52422C. Grayscale: #BABABA. Windows color (decimal): -5390893 or 13876653. OLE color: 13876653.
HSL color Cylindrical-coordinate representation of color #ADBDD3: hue angle of 214.74º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBDD3 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 189 | 211 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.17 |
| HSL | 214.74º | 0.3% | 0.75% | - |
| HSV(B) | 214.74º | 0.18% | 0.83% | - |
| XYZ | 47.19 | 49.98 | 68.79 | - |
| YUV | 186.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 211 | 0.18 | 0.10 | 0 | 0.17 | 214.74 | 0.3 | 0.75 |
| Hex | AD | BD | D3 | 12 | A | 0 | 11 | D7 | 1E | 4B |
| Octal | 255 | 275 | 323 | 22 | 12 | 0 | 21 | 327 | 36 | 113 |
| Binary | 10101101 | 10111101 | 11010011 | 10010 | 1010 | 0 | 10001 | 11010111 | 11110 | 1001011 |
Color Harmonies of #ADBDD3
Complementary color
Monochromatic Colors of #ADBDD3
Black with #ADBDD3
Text Example
Text Example
White with #ADBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDD3; }
p { color: rgb(173,189,211); }
H1.HeaderClassName
{
color: #ADBDD3;
}
.AnyTagClassName
{
color: #ADBDD3;
}
</style>
background-color css
<style>
a { background-color: #ADBDD3; }
a { background-color: rgb(173,189,211); }
div.DivClassName
{
background-color: #ADBDD3;
}
.BgClassName
{
background-color: #ADBDD3;
}
</style>
border-color css
<style>
span { border-color: #ADBDD3; }
span { border-color: rgb(173,189,211); }
td.TdClassName
{
border-color: #ADBDD3;
}
.TagClassName
{
border-color: #ADBDD3;
}
</style>