Shades of Spindle #ADBBD3
Tints of Spindle #ADBBD3
RGB
CMYK
RGB Variations
Color information
#ADBBD3 (or 0xADBBD3) is known color: Spindle. HEX triplet: AD, BB and D3. RGB value is (173,187,211). Sum of RGB (Red+Green+Blue) = 173+187+211=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADBBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBD3 is #52442C. Grayscale: #B9B9B9. Windows color (decimal): -5391405 or 13876141. OLE color: 13876141.
HSL color Cylindrical-coordinate representation of color #ADBBD3: hue angle of 217.89º 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 #ADBBD3 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 187 | 211 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.17 |
| HSL | 217.89º | 0.3% | 0.75% | - |
| HSV(B) | 217.89º | 0.18% | 0.83% | - |
| XYZ | 46.76 | 49.13 | 68.65 | - |
| YUV | 185.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 211 | 0.18 | 0.11 | 0 | 0.17 | 217.89 | 0.3 | 0.75 |
| Hex | AD | BB | D3 | 12 | B | 0 | 11 | DA | 1E | 4B |
| Octal | 255 | 273 | 323 | 22 | 13 | 0 | 21 | 332 | 36 | 113 |
| Binary | 10101101 | 10111011 | 11010011 | 10010 | 1011 | 0 | 10001 | 11011010 | 11110 | 1001011 |
Color Harmonies of #ADBBD3
Complementary color
Monochromatic Colors of #ADBBD3
Black with #ADBBD3
Text Example
Text Example
White with #ADBBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBD3; }
p { color: rgb(173,187,211); }
H1.HeaderClassName
{
color: #ADBBD3;
}
.AnyTagClassName
{
color: #ADBBD3;
}
</style>
background-color css
<style>
a { background-color: #ADBBD3; }
a { background-color: rgb(173,187,211); }
div.DivClassName
{
background-color: #ADBBD3;
}
.BgClassName
{
background-color: #ADBBD3;
}
</style>
border-color css
<style>
span { border-color: #ADBBD3; }
span { border-color: rgb(173,187,211); }
td.TdClassName
{
border-color: #ADBBD3;
}
.TagClassName
{
border-color: #ADBBD3;
}
</style>