Shades of Spindle #ADBFD3
Tints of Spindle #ADBFD3
RGB
CMYK
RGB Variations
Color information
#ADBFD3 (or 0xADBFD3) is known color: Spindle. HEX triplet: AD, BF and D3. RGB value is (173,191,211). Sum of RGB (Red+Green+Blue) = 173+191+211=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADBFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFD3 is #52402C. Grayscale: #BBBBBB. Windows color (decimal): -5390381 or 13877165. OLE color: 13877165.
HSL color Cylindrical-coordinate representation of color #ADBFD3: hue angle of 211.58º 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 #ADBFD3 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 191 | 211 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.17 |
| HSL | 211.58º | 0.3% | 0.75% | - |
| HSV(B) | 211.58º | 0.18% | 0.83% | - |
| XYZ | 47.62 | 50.85 | 68.93 | - |
| YUV | 187.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 211 | 0.18 | 0.09 | 0 | 0.17 | 211.58 | 0.3 | 0.75 |
| Hex | AD | BF | D3 | 12 | 9 | 0 | 11 | D4 | 1E | 4B |
| Octal | 255 | 277 | 323 | 22 | 11 | 0 | 21 | 324 | 36 | 113 |
| Binary | 10101101 | 10111111 | 11010011 | 10010 | 1001 | 0 | 10001 | 11010100 | 11110 | 1001011 |
Color Harmonies of #ADBFD3
Complementary color
Monochromatic Colors of #ADBFD3
Black with #ADBFD3
Text Example
Text Example
White with #ADBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFD3; }
p { color: rgb(173,191,211); }
H1.HeaderClassName
{
color: #ADBFD3;
}
.AnyTagClassName
{
color: #ADBFD3;
}
</style>
background-color css
<style>
a { background-color: #ADBFD3; }
a { background-color: rgb(173,191,211); }
div.DivClassName
{
background-color: #ADBFD3;
}
.BgClassName
{
background-color: #ADBFD3;
}
</style>
border-color css
<style>
span { border-color: #ADBFD3; }
span { border-color: rgb(173,191,211); }
td.TdClassName
{
border-color: #ADBFD3;
}
.TagClassName
{
border-color: #ADBFD3;
}
</style>