Shades of Spindle #ADBFD5
Tints of Spindle #ADBFD5
RGB
CMYK
RGB Variations
Color information
#ADBFD5 (or 0xADBFD5) is known color: Spindle. HEX triplet: AD, BF and D5. RGB value is (173,191,213). Sum of RGB (Red+Green+Blue) = 173+191+213=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADBFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFD5 is #52402A. Grayscale: #BCBCBC. Windows color (decimal): -5390379 or 14008237. OLE color: 14008237.
HSL color Cylindrical-coordinate representation of color #ADBFD5: hue angle of 213º 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 #ADBFD5 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 191 | 213 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.16 |
| HSL | 213º | 0.32% | 0.76% | - |
| HSV(B) | 213º | 0.19% | 0.84% | - |
| XYZ | 47.87 | 50.95 | 70.26 | - |
| YUV | 188.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 213 | 0.19 | 0.10 | 0 | 0.16 | 213 | 0.32 | 0.76 |
| Hex | AD | BF | D5 | 13 | A | 0 | 10 | D5 | 20 | 4C |
| Octal | 255 | 277 | 325 | 23 | 12 | 0 | 20 | 325 | 40 | 114 |
| Binary | 10101101 | 10111111 | 11010101 | 10011 | 1010 | 0 | 10000 | 11010101 | 100000 | 1001100 |
Color Harmonies of #ADBFD5
Complementary color
Monochromatic Colors of #ADBFD5
Black with #ADBFD5
Text Example
Text Example
White with #ADBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFD5; }
p { color: rgb(173,191,213); }
H1.HeaderClassName
{
color: #ADBFD5;
}
.AnyTagClassName
{
color: #ADBFD5;
}
</style>
background-color css
<style>
a { background-color: #ADBFD5; }
a { background-color: rgb(173,191,213); }
div.DivClassName
{
background-color: #ADBFD5;
}
.BgClassName
{
background-color: #ADBFD5;
}
</style>
border-color css
<style>
span { border-color: #ADBFD5; }
span { border-color: rgb(173,191,213); }
td.TdClassName
{
border-color: #ADBFD5;
}
.TagClassName
{
border-color: #ADBFD5;
}
</style>