Shades of Spindle #ADBCD1
Tints of Spindle #ADBCD1
RGB
CMYK
RGB Variations
Color information
#ADBCD1 (or 0xADBCD1) is known color: Spindle. HEX triplet: AD, BC and D1. RGB value is (173,188,209). Sum of RGB (Red+Green+Blue) = 173+188+209=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADBCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCD1 is #52432E. Grayscale: #B9B9B9. Windows color (decimal): -5391151 or 13745325. OLE color: 13745325.
HSL color Cylindrical-coordinate representation of color #ADBCD1: hue angle of 215º 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 #ADBCD1 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 188 | 209 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.18 |
| HSL | 215º | 0.28% | 0.75% | - |
| HSV(B) | 215º | 0.17% | 0.82% | - |
| XYZ | 46.73 | 49.45 | 67.4 | - |
| YUV | 185.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 209 | 0.17 | 0.10 | 0 | 0.18 | 215 | 0.28 | 0.75 |
| Hex | AD | BC | D1 | 11 | A | 0 | 12 | D7 | 1C | 4B |
| Octal | 255 | 274 | 321 | 21 | 12 | 0 | 22 | 327 | 34 | 113 |
| Binary | 10101101 | 10111100 | 11010001 | 10001 | 1010 | 0 | 10010 | 11010111 | 11100 | 1001011 |
Color Harmonies of #ADBCD1
Complementary color
Monochromatic Colors of #ADBCD1
Black with #ADBCD1
Text Example
Text Example
White with #ADBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCD1; }
p { color: rgb(173,188,209); }
H1.HeaderClassName
{
color: #ADBCD1;
}
.AnyTagClassName
{
color: #ADBCD1;
}
</style>
background-color css
<style>
a { background-color: #ADBCD1; }
a { background-color: rgb(173,188,209); }
div.DivClassName
{
background-color: #ADBCD1;
}
.BgClassName
{
background-color: #ADBCD1;
}
</style>
border-color css
<style>
span { border-color: #ADBCD1; }
span { border-color: rgb(173,188,209); }
td.TdClassName
{
border-color: #ADBCD1;
}
.TagClassName
{
border-color: #ADBCD1;
}
</style>